Answer Posted / ketan
#include<stdio.h>
#include<conio.h>
void main()
{
printf%d
}
| Is This Answer Correct ? | 3 Yes | 22 No |
Post New Answer View All Answers
Can you apply link and association interchangeably?
What is an array? What the different types of arrays in c?
Do you know what are the properties of union in c?
Explain About fork()?
What are linked lists in c?
Explain the difference between exit() and _exit() function?
What do you mean by Recursion Function?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
What is indirection in c?
What are header files in c programming?
What is the code for 3 questions and answer check in VisualBasic.Net?
#include
write a c program to calculate sum of digits till it reduces to a single digit using recursion
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list