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

Who is the main contributor in designing the c language after dennis ritchie?

0 Answers  


Can a binary search tree be used as an index? If yes, how? Explain

0 Answers   TCS,


how to exchnage bits in a byte b7<-->b0 b6<-->b1 b5<-->b2 b4<-->b3 please mail me the code if any one know to rajeshmb4u@gmail.com

3 Answers   Honeywell, Huawei,


What do you understand by normalization of pointers?

0 Answers  


What is a const pointer in c?

0 Answers  


What is difference between far and near pointers?

0 Answers  


Why doesn't the code "a[i] = i++;" work?

4 Answers  


What happens if header file is included twice?

0 Answers  


In C language, a variable name cannot contain?

0 Answers  


Synonymous with pointer array a) character array b) ragged array c) multiple array d) none

0 Answers  


Write a program that will read the input of any number of digits n in a row of shafh showing the breakdown of the printing and printing figures by the recursive function.

0 Answers  


Are pointers integer?

0 Answers  


Categories