What is the difference between text and binary i/o?
No Answer is Posted For this Question
Be the First to Post Answer
What character terminates all strings composed of character arrays? 1) 0 2) . 3) END
What is the meaning of typedef struct in c?
Why dont c comments nest?
i want the code for printing the output as follows 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4
What is nested structure with example?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
WRITE A PROGRAM IN C TO MULTIPLY TWO 2-D ARRAYS
How do you determine a file’s attributes?
for(i=1;i>0;i++); printf("i=%d",i); what will be the answer????
a linear linked list such that the link field of its last node points to the first node instead of containing NULL a) linked list b) circular linked list c) sequential linked list d) none
Determine the code below, tell me exactly how many times is the operation sum++ performed ? for ( i = 0; i < 100; i++ ) for ( j = 100; j > 100 - i; j--) sum++;
inline function is there in c language?