What is data structure in c programming?
How can a number be converted to a string?
What is the difference between null pointer and wild pointer?
What is the difference between static and global variables?
How can I find the modification date of a file?
What are valid signatures for the Main function?
what is an inline function?
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 is the correct declaration of main?
What are the scope of static variables?
What are high level languages like C and FORTRAN also known as?
What is the use of the function in c?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?