Category: c

Related categories

What is the difference between the following two entries? len1 = sizeof (buffer); len2 = strlen (buffer); Answer 1, authority 100% The main difference is that...
For example, you need to perform a cyclic shift to the right by n elements. And how to perform a cyclic shift to the...
I want to read a string from the keyboard and display it. & Lt; null & gt; is displayed. What am I doing wrong? Answer...
or void (** pfn_MyFuncType) (char * str, int len); Answer 1, authority 100% It is necessary to declare a new type - a pointer to...

Recent posts