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
How do I get a null pointer in my programs?
What is the scope of local variable in c?
Explain what is the difference between a string and an array?
Tell us two differences between new () and malloc ()?
What are the advantages of c preprocessor?
Explain how can you restore a redirected standard stream?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
How can I find out the size of a file, prior to reading it in?
Explain how can I manipulate strings of multibyte characters?
What is a pointer in c plus plus?
What is define c?
What does return 1 means in c?
What is 1f in c?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Why c is called free form language?