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 / saurabh kumar singh
#inlclude<stdio.h>
void main()
{
while(printf("hello word\n"))
{
}
}
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
Why is c known as a mother language?
Difference between constant pointer and pointer to a constant.
how to print the character with maximum occurence and print that number of occurence too in a string given ?
Not all reserved words are written in lowercase. TRUE or FALSE?
What is the function of volatile in c language?
application attempts to perform an operation?
What is a rvalue?
Is c a great language, or what?
can any one provide me the notes of data structure for ignou cs-62 paper
Explain what are the standard predefined macros?
Why c is called top down?
What is the difference between single charater constant and string constant?
c language interview questions & answer
Explain what is the stack?
Explain the array representation of a binary tree in C.