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 a class c rental property?
How can I find out how much free space is available on disk?
Is c language still used?
What is class and object in c?
Which is better between malloc and calloc?
what is the difference between 123 and 0123 in c?
how we can make 3d venturing graphics on outer interface
Why pointers are used?
Why is a semicolon (;) put at the end of every program statement?
Explain how do you declare an array that will hold more than 64kb of data?
What are the advantages of Macro over function?
Is it valid to address one element beyond the end of an array?
What is #include stdlib h?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
Explain that why C is procedural?