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 / manjusha k
#include<stdio.h>
#include<conio.h>
void main()
{
if(printf("hello world")){
}
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a program to print numbers from 1 to 100 without using loop in c?
How do you print an address?
What is bubble sort in c?
Explain what is the difference between functions abs() and fabs()?
Why do we need arrays in c?
What is storage class?
Which header file is used for clrscr?
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?
In a switch statement, what will happen if a break statement is omitted?
What do you mean by a local block?
How can I write a function that takes a format string and a variable number of arguments?
When should I declare a function?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
Can we change the value of constant variable in c?