52.write a “Hello World” program in “c” without using a
semicolon?
53.Give a method to count the number of ones in a 32 bit number?
54.write a program that print itself even if the source file
is deleted?
55.Given an unsigned integer, find if the number is power of 2?
Answer Posted / sandeep
if(printf("HELLO WORLD"))
| Is This Answer Correct ? | 41 Yes | 17 No |
Post New Answer View All Answers
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
Explain how can you avoid including a header more than once?
What does a function declared as pascal do differently?
Where is c used?
Explain why c is faster than c++?
In a switch statement, explain what will happen if a break statement is omitted?
Explain what is wrong with this program statement? Void = 10;
State the difference between realloc and free.
What is a wrapper function in c?
What are data structures in c and how to use them?
What is this infamous null pointer, anyway?
Explain high-order bytes.
What is an auto keyword in c?
write an algorithm to display a square matrix.
Explain what does the format %10.2 mean when included in a printf statement?