out put of printf(“%d”,printf(ram));
Answers were Sorted based on User's Feedback
ram3
printf will print ram and printf function returns the
number of character it prints, so it will return 3, and
hence it will print ram3
| Is This Answer Correct ? | 19 Yes | 4 No |
Answer / ramesh
if statement is like
printf("%d",printf("ram"));
then output is
ram3
else
variable ram is undeclared
| Is This Answer Correct ? | 9 Yes | 0 No |
Write a program in c to print * * * * * *******
Print all numbers which has a certain digit in a certain position eg: number=45687 1 number=4 2 number=5 etc
What is class and object in c?
printf("%d",(printf("Hello")); What it returns?
Write a program that receives as input a number omaadel-n-print, four digits.
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
What is difference between %d and %i in c?
What is declaration and definition in c?
write a c program to calculate the income tax of the employees in an organization where the conditions are given as. (I.T. = 0 if income <100000 I.T = 10% if income _< 200000 it = 20% if income >_ 200000)
7 Answers Consultancy, DBU, FD, JK Associates, Kobe, Satyam,
write a program that accepts 3 numbers from the user. dispaly the values in a descending order.
wht is the difference between KPO and BPO ?
2 Answers Accenture, BPO, HCK, HCL, Infosys,
How can you return multiple values from a function?