Answer Posted / 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 |
Post New Answer View All Answers
What is New modifiers?
What does #pragma once mean?
What is dangling pointer in c?
What are the types of data files?
What are reserved words?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
Who invented bcpl language?
what are enumerations in C
Explain what is meant by 'bit masking'?
Explain what is gets() function?
Write programs for String Reversal & Palindrome check
Write a program to check prime number in c programming?
How do I copy files?
What are the types of pointers?
What is the best way of making my program efficient?