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 kumar singh

#inlclude<stdio.h>
void main()
{
while(printf("hello word\n"))
{
}
}

Is This Answer Correct ?    6 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a proram to reverse the string using switch case?

2461


What is c value paradox explain?

572


What is meant by preprocessor in c?

530


What does it mean when the linker says that _end is undefined?

625


How can I avoid the abort, retry, fail messages?

655






Explain how can you check to see whether a symbol is defined?

659


How can a program be made to print the name of a source file where an error occurs?

727


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


What is a lvalue

657


How can you avoid including a header more than once?

564


What are linked lists in c?

647


What is the value of uninitialized variable in c?

568


program to convert a integer to string in c language'

1982


Do you have any idea how to compare array with pointer in c?

598


Explain about C function prototype?

603