write c program without semicolon

Answers were Sorted based on User's Feedback



write c program without semicolon..

Answer / srikanth

int main()
{
if(printf("hello")
{
}
getch();
}

Is This Answer Correct ?    13 Yes 25 No

Post New Answer

More C Interview Questions

How many levels of pointers can you have?

0 Answers  


what is the different bitween abap and abap-hr?

0 Answers   TCS,


Is return a keyword in c?

0 Answers  


How pointer is different from array?

0 Answers  


the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above

0 Answers  


What tq means in chat?

0 Answers  


What are two dimensional arrays alternatively called as?

0 Answers  


in which language c language is written?

2 Answers  


What is a lookup table in c?

0 Answers  


What is the use of clrscr?

0 Answers  


How to access or modify the const variable in c ?

16 Answers   HCL, HP,


what does ‘#include’ mean?

1 Answers   TCS,


Categories