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 language is lisp written in?
What are the salient features of c languages?
What is a scope resolution operator in c?
I need previous papers of CSC.......plz help out by posting them.......
Difference between MAC vs. IP Addressing
Differentiate between #include<...> and #include '...'
What is the use of getch ()?
How can I write a function analogous to scanf?
Should I learn data structures in c or python?
How can I split up a string into whitespace-separated fields?
What is string length in c?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
How can I prevent another program from modifying part of a file that I am modifying?
Explain what is the advantage of a random access file?
What is pass by reference in c?