What is identifier in c?
No Answer is Posted For this Question
Be the First to Post Answer
can we execute the program with the object file
what is printf
Write a program to print "hello world" without using a semicolon?
What is n in c?
What is a segmentation fault?
What does the message "warning: macro replacement within a string literal" mean?
What is a dynamic array in c?
what is real time system?what is the differance between hard and soft real time systems
what is default constructor?
int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }
write a program to create a sparse matrix using dynamic memory allocation.
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.