write a program to print %d ?

Answer Posted / manikanta

#include "stdio.h"

main()
{
printf(" %%d ");
}

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is define c?

581


The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none

770


What is the sizeof () operator?

629


What are qualifiers?

621


Are the variables argc and argv are always local to main?

581






What is property type c?

609


How arrays can be passed to a user defined function

584


Can you please explain the difference between malloc() and calloc() function?

627


What are bitwise shift operators in c programming?

651


What is the difference between #include and #include 'file' ?

613


How many levels deep can include files be nested?

657


what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?

1459


Do you have any idea how to compare array with pointer in c?

614


 write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare.  You will then tabulate this information in another file.

1733


How can I sort a linked list?

643