What Is The Difference Between Null And Void Pointer?
No Answer is Posted For this Question
Be the First to Post Answer
Can you explain the four storage classes in C?
What does 4d mean in c?
Explain what is gets() function?
main() { int i; printf("%d",i^i); }
What is the difference between a free-standing and a hosted environment?
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 purpose of fflush(stdin) function
Write a C program that reads a series of strings and prints only those ending in "ed"
What's the best way of making my program efficient?
In C, What is the #line used for?
code for quick sort?
Why void is used in c?