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


Please Help Members By Posting Answers For Below Questions

write a program fibonacci series and palindrome program in c

629


What are the __date__ and __time__ preprocessor commands?

566


write a c program to find the sum of five entered numbers using an array named number

1617


Is c still used?

598


In c language can we compile a program without main() function?

569






What are the valid places to have keyword “break”?

644


What are the different types of control structures?

576


What is the use of extern in c?

639


Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer

3837


What is the maximum no. of arguments that can be given in a command line in C.?

661


How are variables declared in c?

596


What are called c variables?

569


What is I ++ in c programming?

617


How can I make it pause before closing the program output window?

572


What header files do I need in order to define the standard library functions I use?

535