main()
{
struct test
{
char c;
int i;
char m;
} t1;
printf("%d %d\n", sizeof(t1), sizeof(t1.c));
}
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
What are the functions to open and close file in c language?
What is wrong with this program statement? void = 10;
Why is c not oop?
What is sparse file?
Output for following program using for loop only * * * * * * * * * * * * * * *
who did come first hen or agg
a 'c' program to tell that the set of three coordinates lie on a same line
Explain two-dimensional array.
In C, What is the #line used for?
What is modeling?
What is Heap?