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
Difference between goto, long jmp() and setjmp()?
What is NULL pointer?
What is a list in c?
What is difference between Structure and Unions?
Why is it important to memset a variable, immediately after allocating memory to it ?
What is the role of && operator in a program code?
Write a C program to count the number of email on text
What is the use of pragma in embedded c?
Can a function argument have default value?
Difference between malloc() and calloc() function?
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.
How many levels of pointers can you have?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
Sir i need notes for structure,functions,pointers in c language can you help me please
How can I generate floating-point random numbers?