all c language question
No Answer is Posted For this Question
Be the First to Post Answer
program for comparing 2 strings without strcmp()
how would a 4*3 array A[4][3] stored in Row Major Order?
The file stdio.h, what does it contain?
Is it fine to write void main () or main () in c?
convert 12345 to 54321 withoutusing strig
Explain demand paging.
main() { int i,n=010; int sum=0; for(i=1;i<=n;i++) {s=s+i; } printf("%d",&s); getch(); }
What is the difference between array and linked list in c?
Define a structure to store roll no, name and marks of a student. Using the structure of above write a ‘C’ program to create a file “student.dat”. There must be one record for every student in the file. Accept the data from the user.
write a program to display & create a rational number
int i=10; printf("%d %d %d", i, i=20, i);
How the C program can be compiled?