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
Why c is faster than c++?
Why c is called procedure oriented language?
What are dangling pointers in c?
provide an example of the Group by clause, when would you use this clause
Tell me about low level programming languages.
What is the difference between text and binary modes?
What do you mean by scope of a variable in c?
What are Macros? What are its advantages and disadvantages?
What is default value of global variable in c?
The statement, int(*x[]) () what does in indicate?
What are the types of arrays in c?
How do I use strcmp?
Why c is procedure oriented?
What is the difference between ++a and a++?
What is the use of a static variable in c?