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
given post order,in order construct the corresponding binary tree
Explain what does a function declared as pascal do differently?
How do you write a program which produces its own source code as output?
how can f be used for both float and double arguments in printf? Are not they different types?
Why is c still so popular?
Explain how to reverse singly link list.
Difference between malloc() and calloc() function?
Explain what are bus errors, memory faults, and core dumps?
What is the purpose of the statement: strcat (S2, S1)?
What is a nested loop?
What is data structure in c and its types?
How can I invoke another program or command and trap its output?
Here is a neat trick for checking whether two strings are equal
What is derived datatype in c?
Explain a file operation in C with an example.