write a program that will print %d in the output screen??

Answer Posted / j j ramesh

# include <stdio.h>

void main()
{
puts("%d");
}

Is This Answer Correct ?    9 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is that possible to add pointers to each other?

883


What is quick sort in c?

571


write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1

3227


Explain what is page thrashing?

597


You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.

1767






Why should I use standard library functions instead of writing my own?

658


Why is it important to memset a variable, immediately after allocating memory to it ?

1540


I need previous papers of CSC.......plz help out by posting them.......

1803


What is the difference between test design and test case design?

1555


Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?

586


Explain the use of #pragma exit?

681


What is the purpose of clrscr () printf () and getch ()?

581


Who is the main contributor in designing the c language after dennis ritchie?

532


When should a type cast be used?

566


What are the types of assignment statements?

616