Which header file should you include if you are to develop a function which can accept variable number of arguments?
No Answer is Posted For this Question
Be the First to Post Answer
what is difference between ++(*p) and (*p)++
17 Answers Accenture, HCL, IBM,
Can U write a C-program to print the size of a data type without using the sizeof() operator? Explain how it works inside ?
Write a program to write a given string in maximum possibilities? i.e str[5]="reddy"; i.e we can write this string in 120 ways for that write a program
What is data types?
can any one provide me the notes of data structure for ignou cs-62 paper
What is struct node in c?
write a c program to convert fahrenheit to celsius?
What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);
What is the best style for code layout in c?
What is a newline escape sequence?
What is data structure in c language?
What is variable and explain rules to declare variable in c?