write c program without semicolon
Answer Posted / priyanka mali
void main()
{
}
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what do you mean by enumeration constant?
how to construct a simulator keeping the logical boolean gates in c
Create a simple code fragment that will swap the values of two variables num1 and num2.
How many main () function we can have in a project?
Where local variables are stored in c?
Explain spaghetti programming?
How do I convert a string to all upper or lower case?
What does the file stdio.h contain?
Is fortran faster than c?
What is extern storage class in c?
Write a program of advanced Fibonacci series.
Do string constants represent numerical values?
What is structure in c explain with example?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
Function calling procedures? and their differences? Why should one go for Call by Reference?