Hai what is the different types of versions and their
differences
No Answer is Posted For this Question
Be the First to Post Answer
Are there any problems with performing mathematical operations on different variable types?
what is a stack
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
how to find binary of number?
how to find turn around time in operating system?
Explain function?
Are pointers integer?
What are the commands should be given before weiting C Program i.e, Cd.. like
4 Answers IBM, Infonet, Satyam, Tech Mahindra,
In which category does main function belong??
What is chain pointer in c?
What are types of structure?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }