write a program to print %d ?

Answer Posted / agalya

#include<stdio.h>
#include<conio.h>
void main()
{
printf("\%d");
}

Is This Answer Correct ?    13 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Difference between goto, long jmp() and setjmp()?

917


What is NULL pointer?

844


What is a list in c?

775


What is difference between Structure and Unions?

850


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

1753






What is the role of && operator in a program code?

777


Write a C program to count the number of email on text

1617


What is the use of pragma in embedded c?

764


Can a function argument have default value?

879


Difference between malloc() and calloc() function?

853


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.

1685


How many levels of pointers can you have?

905


Linked list is a Linear or non linear explain if linear how it working as a non linear data structures

1942


Sir i need notes for structure,functions,pointers in c language can you help me please

2147


How can I generate floating-point random numbers?

782