Answer Posted / murali
Such a worst company i never seen in my life. Please don't
join esp with Exp.
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
The difference between printf and fprintf is ?
How to implement a packet in C
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
What does typedef struct mean?
what are the advantages of a macro over a function?
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.
What is n in c?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
Is main an identifier in c?
How many main () function we can have in a project?
Why c is faster than c++?
What are types of preprocessor in c?
Who invented bcpl language?
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }
Where are c variables stored in memory?