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

#include<stdio.h>
main()
{
while(printf("Hello World \n"))
{
}
}

Is This Answer Correct ?    40 Yes 25 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...

1435


What are bitwise shift operators in c programming?

641


What is wrong in this statement? scanf(“%d”,whatnumber);

722


Explain how do you search data in a data file using random access method?

693


how to introdu5ce my self in serco

1521






Can two or more operators such as and be combined in a single line of program code?

803


Differentiate between static and dynamic modeling.

613


What is the purpose of the statement: strcat (S2, S1)?

638


A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler

622


An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above

654


application attempts to perform an operation?

1489


What is non linear data structure in c?

568


What is the data segment that is followed by c?

606


Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop

1709


What is infinite loop?

624