4)What would be the output?
main()
{
int num=425;
pf("%d",pf("%d",num));
}
a)Comp error
b)4425
c)4253
d)3435
e)none
Answer Posted / niranjan kumar niraj
e)none
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Describe the header file and its usage in c programming?
Explain how can I prevent another program from modifying part of a file that I am modifying?
What is the significance of c program algorithms?
Why cant I open a file by its explicit path?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
What is c system32 taskhostw exe?
How main function is called in c?
Is javascript written in c?
How can you allocate arrays or structures bigger than 64K?
What is file in c preprocessor?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
Explain how can you be sure that a program follows the ansi c standard?
Explain the red-black trees?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if