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 an lvalue in c?
Why & is used in scanf in c?
Explain how can you avoid including a header more than once?
What is floating point constants?
What is the difference between char array and char pointer?
What is the difference between constant pointer and constant variable?
if p is a string contained in a string?
What are type modifiers in c?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
Can I initialize unions?
Are comments included during the compilation stage and placed in the EXE file as well?
Can you tell me how to check whether a linked list is circular?
Explain the difference between getch() and getche() in c?
What is pragma in c?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question