write a program to print %d ?

Answer Posted / rashmi

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

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is wrong with this statement? Myname = 'robin';

828


What is pointer to pointer in c?

637


What is the use of putchar function?

655


Why c is called a middle level language?

636


Is this program statement valid? INT = 10.50;

690






Write a program to print fibonacci series using recursion?

591


Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor

2989


write a program to generate address labels using structures?

4011


What is function prototype in c with example?

583


Is boolean a datatype in c?

553


Why is c used in embedded systems?

616


disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit

1633


Is c dynamically typed?

671


What is the difference between far and near in c?

604


The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference

677