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
What does c mean in standard form?
Tell me the use of bit field in c language?
How to write c functions that modify head pointer of a linked list?
What is array in c with example?
What is the difference between typedef struct and struct?
Why can’t we compare structures?
Where we use clrscr in c?
Explain the binary height balanced tree?
What is the difference between call by value and call by reference in c?
How do we open a binary file in Read/Write mode in C?
is it possible to create your own header files?
Tell us bitwise shift operators?
what is the difference between 123 and 0123 in c?
Hai what is the different types of versions and their differences
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler