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 / anshukumarsrivastava.

a program to print a string i am in allahabad without using
a semicolon.
#include<stdio.h>
#include<conio.h>
void main()

{
if(printf(" i am in allahabad"))
getch();
}

Is This Answer Correct ?    4 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Are c and c++ the same?

640


Why calloc is better than malloc?

582


What is a good way to implement complex numbers in c?

602


Explain how do you print only part of a string?

659


Is it possible to pass an entire structure to functions?

564






Is c procedural or object oriented?

592


Explain why c is faster than c++?

585


Is calloc better than malloc?

591


What is meant by preprocessor in c?

544


What is c language in simple words?

605


What is integer constants?

630


When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.

1542


What are the different types of constants?

648


Is flag a keyword in c?

692


What is scope of variable in c?

576