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 / neeraj
switch(printf("Hello World"..!!!))
{
}
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
Where static variables are stored in c?
What is difference between union All statement and Union?
What are the features of the c language?
Explain output of printf("Hello World"-'A'+'B'); ?
What is local and global variable in c?
What is the use of a conditional inclusion statement in C?
What is the equivalent code of the following statement in WHILE LOOP format?
Is null always equal to 0(zero)?
What is a const pointer in c?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
Why functions are used in c?
What is difference between && and & in c?
What is getch?