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 / sagar naik
#include<stdio.h>
void main()
{
if(printf("hello world"))
}
| Is This Answer Correct ? | 43 Yes | 25 No |
Post New Answer View All Answers
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
What is calloc()?
Explain what does the function toupper() do?
How can you access memory located at a certain address?
Why main is not a keyword in c?
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
List some basic data types in c?
Can we access array using pointer in c language?
What do you mean by dynamic memory allocation in c?
i want to know the procedure of qualcomm for getting a job through offcampus
What are actual arguments?
Explain what are compound statements?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
How can I prevent another program from modifying part of a file that I am modifying?
what are bit fields in c?