Answer Posted / hari
ans is 16384
for further queries and discussions, just check these out !!!
http://forum.campusmaniac.com/
http://www.campusmaniac.com/
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Write a program of prime number using recursion.
how to write a c program to print list of fruits in alpabetical order?
Is there a way to jump out of a function or functions?
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
In C programming, what command or code can be used to determine if a number of odd or even?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
How many header files are in c?
What is a newline escape sequence?
What are pointers?
How can you return multiple values from a function?
What does the && operator do in a program code?
Is struct oop?
Explain what are the standard predefined macros?
what is uses of .net
Why c is procedure oriented?