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 are header files in c programming?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
What is data structure in c programming?
please explain every phase in the "SDLC" in the dotnet.
What is auto keyword in c?
Explain the properties of union.
What do you understand by normalization of pointers?
What are keywords c?
can any one tel me wt is the question pattern for NIC exam
Is sizeof a keyword in c?
Explain what is dynamic data structure?
Why is it that not all header files are declared in every C program?
What is pointer & why it is used?
Can we compile a program without main() function?
write a program fibonacci series and palindrome program in c