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
Here is a good puzzle: how do you write a program which produces its own source code as output?
Explain the use of bit fieild.
Explain how can I read and write comma-delimited text?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
How can you avoid including a header more than once?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
What are two dimensional arrays alternatively called as?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
How do you determine whether to use a stream function or a low-level function?
can anyone please tell about the nested interrupts?
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
What is the difference between printf and scanf )?
Why header file is used in c?
How can a program be made to print the line number where an error occurs?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array