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

hi send me sample aptitude papers of cts?

1661


How are Structure passing and returning implemented by the complier?

719


What is a pointer value and address in c?

638


How can I implement a delay, or time a users response, with sub-second resolution?

631


Can variables be declared anywhere in c?

628






What is main return c?

523


Why c is called procedure oriented language?

585


how many key words availabel in c a) 28 b) 31 c) 32

637


One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.

2163


Is swift based on c?

647


What is sizeof array in c?

597


Explain that why C is procedural?

662


What are 'near' and 'far' pointers?

628


Explain modulus operator.

601


Is c is a high level language?

626