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 / saurabh
#include<stdio.h>
main()
{
while(printf("Hello World \n"))
{
}
}
| Is This Answer Correct ? | 40 Yes | 25 No |
Post New Answer View All Answers
differentiate built-in functions and user – defined functions.
Explain how do you print only part of a string?
Explain the difference between ++u and u++?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
Can you please explain the difference between syntax vs logical error?
What are data structures in c and how to use them?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
What is the process of writing the null pointer?
What is your stream meaning?
Is python a c language?
Without Computer networks, Computers will be half the use. Comment.
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..