write a program to print %d ?

Answer Posted / satish

#include<stdio.h>
main(){
printf("%cd",37);// ASCII value of % = 37
}

Is This Answer Correct ?    14 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321

3152


FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above

627


a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode

662


Write a program with dynamically allocation of variable.

607


What is pre-emptive data structure and explain it with example?

3216






How to throw some light on the b tree?

607


When should a type cast not be used?

627


Disadvantages of C language.

664


Why do we write return 0 in c?

557


How is a macro different from a function?

659


What are header files in c?

620


Why we write conio h in c?

569


What are linked lists in c?

651


What is the difference between arrays and pointers?

638


Write a program to print fibonacci series using recursion?

591