How do you convert strings to numbers in C?
what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??
what is the difference between const volatile int i & volatile const int j;
Explain goto?
I have a function which accepts, and is supposed to initialize,a pointer, but the pointer in the caller remains unchanged.
Write a program to check whether a number is prime or not using c?
Is null valid for pointers to functions?
Why c is procedure oriented?
Is a house a shell structure?
can we declare a variable in different scopes with different data types? answer in detail
Write a C program that reads a series of strings and prints only those ending in "ed"
In which area global, external variables are stored?
Can a function argument have default value?