Answer Posted / akila
Main function
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can you mix old-style and new-style function syntax?
What math functions are available for integers? For floating point?
In a switch statement, what will happen if a break statement is omitted?
Can you please compare array with pointer?
What is a program flowchart and explain how does it help in writing a program?
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
Write a code of a general series where the next element is the sum of last k terms.
What do you know about the use of bit field?
Why is sprintf unsafe?
What is the use of header?
What does the error 'Null Pointer Assignment' mean and what causes this error?
What are the parts of c program?
What is the difference between functions getch() and getche()?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
What does void main return?