Can include files be nested?
No Answer is Posted For this Question
Be the First to Post Answer
What is array of pointers to string?
which one of follwoing will read a character from keyboard and store in c a)c=getc() b)c=getchar() c)c=getchar(stdin) d)getc(&c) e)none
what is reason of your company position's in india no. 1.
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
#include<stdio.h> int fun(); int i; int main() { while(i) { fun(); main(); } printf("hello \n"); return 0; } int fun() { printf("hi"); } answer is hello.how??wat is tat while(i) mean?
what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }
What are different types of pointers?
where does malloc() function get the memory?
how to set Nth bit of variable by using MACRO
write a progrmm in c language take user interface generate table using for loop?
What are the types of pointers?
what is c