Explain how can I write functions that take a variable number of arguments?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program in c to input a 5 digit number and print it in words.
How do you list files in a directory?
What is the significance of an algorithm to C programming?
Look at the Code: #include<string.h> void main() { char s1[]="abcd"; char s2[10]; char s3[]="efgh"; int i; clrscr(); i=strcmp(strcat(s3,ctrcpy(s2,s1))strcat(s3,"abcd")); printf("%d",i); } What will be the output? A)No output B) A Non Integer C)0 D) Garbage
write a program for the normal snake games find in most of the mobiles.
What are advantages and disadvantages of recursive calling ?
12 Answers College School Exams Tests, Evolving Systems, HP, Jyoti Ltd, Sage, Wipro,
Every time i run a c-code in editor, getting some runtime error and editor is disposing, even after reinstalling the software what may be the problem?
What is maximum size of array in c?
What is the difference b/w main() in C language and main() in C++.
How can you find the exact size of a data type in c?
How do I declare a pointer to an array?
What is the right way to use errno?