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 / chandan

52.write a �Hello World� program in �c� without using a
semicolon?
#include<stdio.h>
void main()
{
if(printf("Hello world"))
{}
//if(!(printf("Hello world"))) {} it will also work.
//while(!(printf("Hello world"))) {} it will also work.
}

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?

1503


How can you tell whether a program was compiled using c versus c++?

613


Why calloc is better than malloc?

566


Is c procedural or functional?

582


What are linker error?

612






What does s c mean on snapchat?

579


Is register a keyword in c?

629


What are unions in c?

572


What is array in C

702


Why is c known as a mother language?

740


Why c is a procedural language?

578


Explain high-order bytes.

670


difference between native and cross compilers

1667


What is a structure in c language. how to initialise a structure in c?

603


What is uint8 in c?

634