What does the file stdio.h contain?
No Answer is Posted For this Question
Be the First to Post Answer
What is a char in c?
What is an object?
array of pointer pointer to array pointer to pointer
How many levels of pointers can you have?
What is function prototype in c with example?
what is the need for main function in c?
#include<stdio.h> void main() { int a,b,c; a=b=c=1; c=++a || ++b && ++c; printf("%d\t%d\t%d",a,b,c); }
What is the c value paradox and how is it explained?
Explain what is the general form of a c program?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?