write a program to print %d ?

Answer Posted / hareram ray

#include<stdio.h>
int main(int argc,char *argv)
{
clrscr();
printf("%d");
return 0;
}

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is javascript written in c?

770


When is a void pointer used?

863


Can we declare function inside main?

739


What do you understand by normalization of pointers?

802


What is a spanning Tree?

1214






What are formal parameters?

835


What happens if header file is included twice?

860


in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above

788


What is modeling?

807


Is swift based on c?

833


What are the types of pointers in c?

717


What does 3 periods mean in texting?

793


Create a simple code fragment that will swap the values of two variables num1 and num2.

1022


What is meant by type specifiers?

865


Synonymous with pointer array a) character array b) ragged array c) multiple array d) none

799