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

Answer Posted / ratish

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

Is This Answer Correct ?    1 Yes 24 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?

1578


Why is c called "mother" language?

848


Are local variables initialized to zero by default in c?

539


What is null pointer constant?

582


what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9

1421






What is an auto keyword in c?

631


If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above

613


How will you find a duplicate number in a array without negating the nos ?

1631


stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.

1836


how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?

1483


Combinations of fibanocci prime series

1097


Is flag a keyword in c?

666


How old is c programming language?

563


Explain how can you tell whether two strings are the same?

574


What is the difference between text files and binary files?

663