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 / ramesh
#include<stdio.h>
main()
{
if(printf("Hello world"))
getch();
return;
}
| Is This Answer Correct ? | 2 Yes | 18 No |
Post New Answer View All Answers
What is the use of header?
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
What are structural members?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
How is pointer initialized in c?
How to Throw some light on the splay trees?
write a program to print data of 5 five students with structures?
What does sizeof return c?
List a few unconditional control statement in c.
What is an endless loop?
what is bit rate & baud rate? plz give wave forms
What is wrong with this program statement? void = 10;
How can you find the exact size of a data type in c?
What is meant by int main ()?
What is a shell structure examples?