What is the difference between Printf(..) and sprint(...) ?
No Answer is Posted For this Question
Be the First to Post Answer
Please list all the unary and binary operators in C.
is forign key will be unique key any table or not?
what would be the output of the follwing struct st { char name[20]; int i; float f; }; main() { struct st emp = {"forum"}; printf("%d %f",emp.i,emp.f); }
How do I access command-line arguments?
can we store values and addresses in the same array? explain
Is it better to bitshift a value than to multiply by 2?
What is meant by type casting?
Explain how can I write functions that take a variable number of arguments?
what is difference between overriding and overloading?
what do you mean by defining a variable in our c code?
write a c program for swapping two strings using pointer
What are multidimensional arrays?