write c program without semicolon
Answers were Sorted based on User's Feedback
Answer / srikanth
int main()
{
if(printf("hello")
{
}
getch();
}
Is This Answer Correct ? | 13 Yes | 25 No |
Who is the main contributor in designing the c language after dennis ritchie?
Can a binary search tree be used as an index? If yes, how? Explain
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
What do you understand by normalization of pointers?
What is a const pointer in c?
What is difference between far and near pointers?
Why doesn't the code "a[i] = i++;" work?
What happens if header file is included twice?
In C language, a variable name cannot contain?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
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.
Are pointers integer?