c program to print a name without using semicolon
Answer Posted / amehga
main()
{
if(printf("AMEGHA"))
{
}
}
| Is This Answer Correct ? | 56 Yes | 5 No |
Post New Answer View All Answers
What is a scope resolution operator in c?
Why flag is used in c?
program to convert a integer to string in c language'
What is meant by errors and debugging?
What is the difference between fread buffer() and fwrite buffer()?
How do you generate random numbers in C?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
How is pointer initialized in c?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
How do I read the arrow keys? What about function keys?
What does == mean in texting?
Explain modulus operator. What are the restrictions of a modulus operator?
What is extern storage class in c?
What is pre-emptive data structure and explain it with example?
Is array name a pointer?