Answer Posted / chinna
#include<stdio.h>
#include<conio.h>
void main()
{
printf("%d");
}
| Is This Answer Correct ? | 15 Yes | 10 No |
Post New Answer View All Answers
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
List some basic data types in c?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What is a good data structure to use for storing lines of text?
difference between native and cross compilers
What is atoi and atof in c?
What is the difference between declaring a variable and defining a variable?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
Is this program statement valid? INT = 10.50;
Explain logical errors? Compare with syntax errors.
What is return type in c?
What do you mean by invalid pointer arithmetic?
Write a code to generate divisors of an integer?
What is malloc and calloc?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....