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
What is a global variable in c?
Why is sprintf unsafe?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
Which are low level languages?
Why do we use namespace feature?
Can static variables be declared in a header file?
Explain how do you search data in a data file using random access method?
What does calloc stand for?
What is main () in c language?
Can you tell me how to check whether a linked list is circular?
What is difference between class and structure?
how can use subset in c program and give more example
plz let me know how to become a telecom protocol tester. thank you.
What is the purpose of scanf() and printf() functions?
What is "Hungarian Notation"?