c program to print a name without using semicolon
Answer Posted / s
main()
{
if(printf("SIVAN RAJA C"))
{
}
}
| Is This Answer Correct ? | 19 Yes | 4 No |
Post New Answer View All Answers
What are the different types of C instructions?
What is wrong in this statement?
How can I prevent another program from modifying part of a file that I am modifying?
When was c language developed?
explain what is an endless loop?
What is the difference between strcpy() and memcpy() function in c programming?
Explain how can I convert a number to a string?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
What is #define?
What is a stream in c programming?
Can I initialize unions?
What are the rules for identifiers in c?
How can I change the size of the dynamically allocated array?
Is null always equal to 0(zero)?
What is register variable in c language?