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 |
what are the static variables
8 Answers HCL, iFlex, TCS, Wipro,
How will you find a duplicate number in a array without negating the nos ?
what is calloc and malloc?
Explain how can type-insensitive macros be created?
Explain how does flowchart help in writing a program?
why array index always starts from zero??
Given an array of characters, how would you reverse it? How would you reverse it without using indexing in the array?
2. What does static variable mean?
wt is d full form of c
Do you know what is a programing language ?
WHAT IS HIGH LEVEL LANGUAGE?
In which header file is the null macro defined?