can we print any string in c language without using
semicolon(;)(terminator) in whole program.
Answer Posted / k satish kumar reddy
main()
{
switch(printf("hello "))
{
}
}
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Array is an lvalue or not?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
Is fortran faster than c?
Explain what are its uses in c programming?
What is exit() function?
The difference between printf and fprintf is ?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
What is an lvalue in c?
What are identifiers in c?
How do you define a function?
What is a function simple definition?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
What is the difference between malloc() and calloc() function in c language?
How can you convert integers to binary or hexadecimal?
why programs in c are running with out #include