What is include directive in c?
No Answer is Posted For this Question
Be the First to Post Answer
int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);
Why is structure important for a child?
What is the difference between scanf and fscanf?
Explain do array subscripts always start with zero?
char *p="name"; printf(p);
Why can't I perform arithmetic on a void* pointer?
How do I create a directory? How do I remove a directory (and its contents)?
How we can write a value to an address using macro..?
What is extern c used for?
Give basis knowledge of web designing ...
how to find string length wihtout using c function?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?