WHO WROTE C LANGUAGE?
Answers were Sorted based on User's Feedback
Are pointers really faster than arrays?
Why do we need a structure?
44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?
what do structure language means?
Write a program to produce the following output in c language? 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
Give me the code of in-order recursive and non-recursive.
What are the two types of functions in c?
Difference between C and Embedded C?
Explain pointers in c programming?
What's wrong with "char *p = malloc(10);" ?
What do you understand by normalization of pointers?
what is c language.