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 / devarathnam .c, s.v.university
Hi Sujatha,
Program for your question no.52.
#include<stdio.h>
main()
{
if(Printf("Hello World!!!"))
}
Here I didn't use semicolon, I hope I met your criteria.
| Is This Answer Correct ? | 267 Yes | 137 No |
Post New Answer View All Answers
What are header files in c programming?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
Explain what will the preprocessor do for a program?
What are structural members?
What does printf does?
Is c is a middle level language?
Is there sort function in c?
How can you draw circles in C?
How does pointer work in c?
What is a substring in c?
What is #line in c?
What is a const pointer in c?
Whats s or c mean?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..