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 / vikky_manit
#inlcude<stdio.h>
void main()
{
if(printf("Hello world"))
{
}
}
| Is This Answer Correct ? | 16 Yes | 9 No |
Post New Answer View All Answers
How do you define CONSTANT in C?
Is c dynamically typed?
Describe the header file and its usage in c programming?
Is there sort function in c?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
Write a Program to find whether the given number or string is palindrome.
Differentiate Source Codes from Object Codes
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
Whats s or c mean?
Write a program to print fibonacci series using recursion?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
Explain the use of keyword 'register' with respect to variables.
Differentiate between a for loop and a while loop? What are it uses?
What is the purpose of void in c?