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 / swastisundar bose
52.
#include<stdio.h>
void main(){
if("Hello World")
{
}
}
| Is This Answer Correct ? | 17 Yes | 20 No |
Post New Answer View All Answers
How can I change the size of the dynamically allocated array?
why return type of main is not necessary in linux
Are pointers integer?
Implement bit Array in C.
How can I call a function with an argument list built up at run time?
What are the complete rules for header file searching?
Explain the difference between strcpy() and memcpy() function?
How can I get the current date or time of day in a c program?
What is the difference between array_name and &array_name?
Write a program to print all permutations of a given string.
What is c programing language?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
What is a function simple definition?
will u please send me the placement papers to my mail???????????????????
How do you determine whether to use a stream function or a low-level function?