How to print %d in output

Answer Posted / ramu gurram

printf("%%d");

Is This Answer Correct ?    38 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the g value paradox?

641


How can I write functions that take a variable number of arguments?

621


What is the difference between array and pointer?

562


What is the explanation for the dangling pointer in c?

669


What do you mean by Recursion Function?

627






What is a shell structure examples?

586


What do you mean by a local block?

626


Why malloc is faster than calloc?

586


A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles

643


How can I ensure that integer arithmetic doesnt overflow?

604


What are the different data types in C?

725


How a string is stored in c?

583


What are predefined functions in c?

560


write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...

1481


Can we replace the struct function in tree syntax with a union?

774