How can I write a function that takes a format string and a variable number of arguments?
No Answer is Posted For this Question
Be the First to Post Answer
Why is c fast?
What are qualifiers?
What is the hardest programming language?
sir i wanted to know how we wap in c to add numbers without using arithmetic operator in which digits are entered by user?
#include<std.h> int main() { char *str[]={"Frogs","Do","Not","Die","They","Croak!"}; printf("%d %d\n",sizeof(str),strlen(str)); ...return 0; } what will the output of the above program?
What is a symbolic constant?
What is Heap?
What does 3 periods mean in texting?
What is the general form of a C program?
Explain main function in c?
write a progam to display the factors of a given number and disply how many prime numbers are there?
Can you return null in c?