Un-Answered Questions { C }

What is the difference between call by value and call by reference in c?

603


Write a program to print factorial of given number without using recursion?

555


Write a program to print fibonacci series without using recursion?

590


What is the difference between the local variable and global variable in c?

520


What is the purpose of sprintf() function?

587


What is the use of a static variable in c?

578


What are the functions to open and close the file in c language?

581


Can we compile a program without main() function?

618


What is the newline escape sequence?

571


What is a pointer in c?

671


What is the use of the function in c?

588


What is the difference between malloc() and calloc()?

605


What is an auto keyword in c?

629


What is the difference between near, far and huge pointers?

618


Write a program to check prime number in c programming?

582