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
#include<stdio.h>
main()
{
while(printf("Hello World \n"))
{
}
}
| Is This Answer Correct ? | 40 Yes | 25 No |
Post New Answer View All Answers
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
How do I determine whether a character is numeric, alphabetic, and so on?
Explain what are reserved words?
Why is c fast?
Explain the use of 'auto' keyword
What should malloc(0) do?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
Explain threaded binary trees?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
How many levels deep can include files be nested?
Define and explain about ! Operator?
What are enumerated types?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Do you know the difference between exit() and _exit() function in c?
Discuss the function of conditional operator, size of operator and comma operator with examples.