printf("%d",(printf("Hello")); What it returns?
Answer Posted / vipin sharma
it will return hello 51
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
What is the basic structure of c?
Write a C program that will accept a hexadecimal number as input and then display a menu that will permit any of the following operations to be carried out: Display the hexadecimal equivalent of the one's complement. (b) Carry out a masking operation and then display the hexadecimal equivalent of the result. (c) Carry out a bit shifting operation and then display the hexadecimal equivalent of the result. (d) Exit. If the masking operation is selected, prompt the user lor the type of operation (bitwise and, bitwise exclusive or, or bitwise or) and then a (hexadecimal) value for the mask. If the bit shifting operation is selected. prompt the user for the type of shift (left or right), and then the number of bits. Test the program with several different (hexadecimal) input values of your own choice.
Write a Program to find whether the given number or string is palindrome.
how could explain about job profile
Here is a good puzzle: how do you write a program which produces its own source code as output?
What is the explanation for cyclic nature of data types in c?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
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.
What is non linear data structure in c?
Explain what is output redirection?
Which of these functions is safer to use : fgets(), gets()? Why?
What is the difference between a function and a method in c?
Why header file is used in c?
What is union and structure?