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

#include<stdio.h>
#include<conio.h>
main()
{
if(puts("hello world"))
{}
}

Is This Answer Correct ?    10 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does c mean in standard form?

870


Tell me the use of bit field in c language?

851


How to write c functions that modify head pointer of a linked list?

760


What is array in c with example?

884


What is the difference between typedef struct and struct?

852


Why can’t we compare structures?

1055


Where we use clrscr in c?

914


Explain the binary height balanced tree?

914


What is the difference between call by value and call by reference in c?

904


How do we open a binary file in Read/Write mode in C?

983


is it possible to create your own header files?

849


Tell us bitwise shift operators?

817


what is the difference between 123 and 0123 in c?

956


Hai what is the different types of versions and their differences

1737


a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler

855