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
What are structure types in C?
Explain what are multidimensional arrays?
Is swift based on c?
When is a void pointer used?
What is the use of typedef in c?
What is string function in c?
What are valid operations on pointers?
What is the advantage of a random access file?
Is it possible to have a function as a parameter in another function?
What are the advantages of Macro over function?
Is that possible to store 32768 in an int data type variable?
What is the meaning of ?
What is a file descriptor in c?
Is null a keyword in c?
What is data structure in c programming?