write c program without semicolon
Answer Posted / ramya
main
{
if(printf("%d %d %d",10,010,0x0))
{
}
}
o/p:10,8,16
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is the general form of function in c?
Explain what is a const pointer?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
What is pass by reference in functions?
Tell me with an example the self-referential structure?
How does pointer work in c?
What is the explanation for modular programming?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
Differentiate between the = symbol and == symbol?
What is string length in c?
Is c# a good language?
what will be maximum number of comparisons when number of elements are given?
What is the advantage of a random access file?
Explain how can type-insensitive macros be created?
What is void pointers in c?