What are the two forms of #include directive?
No Answer is Posted For this Question
Be the First to Post Answer
How can I return multiple values from a function?
what is diference between return 0 and return NULL??
int j =15,i; for (i=1; 1<5; ++i) {printf ("%d%d ",j,i); j = j-3; }
List the different types of c tokens?
How can I delete a file?
Can I initialize unions?
What is the general form of a C program?
Is the exit() function same as the return statement? Explain.
0 Answers Agilent, ZS Associates,
write a function which accept two numbers from main() and interchange them using pointers?
How do you define a string?
write a c program to find the probability of random numbers between 1-1000
Why do we need a structure?