write c program without semicolon
Answer Posted / sumit
int main()
{
if(printf("hello"))
{
}
}
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is printf () in c?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
Why cant I open a file by its explicit path?
How can you avoid including a header more than once?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
In C programming, what command or code can be used to determine if a number of odd or even?
Why do some versions of toupper act strangely if given an upper-case letter?
Who invented bcpl language?
What is a struct c#?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
Do you know the use of fflush() function?
What is the difference between Printf(..) and sprint(...) ?
What is break statement?
What are the general description for loop statement and available loop types in c?