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
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
What is the symbol indicated the c-preprocessor?
What is an lvalue in c?
how do you execute a c program in unix.
What is wrong in this statement? scanf(“%d”,whatnumber);
What are header files in c?
When should the const modifier be used?
What does the message "automatic aggregate intialization is an ansi feature" mean?
What is the general form of #line preprocessor?
What is the difference between malloc calloc and realloc in c?
What is a structural principle?
What is openmp in c?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
I have seen function declarations that look like this
How are strings stored in c?