Can you pass an entire structure to functions?
No Answer is Posted For this Question
Be the First to Post Answer
can a union be self-referenced?
What is the difference between c &c++?
What is memory leak in c?
hi, which software companys will take,if d candidate's % is jst 55%?
What is a stream in c programming?
What is || operator and how does it function in a program?
Define macros.
why do some people write if(0 == x) instead of if(x == 0)?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
write a program for 7*8 = 56 ? without using * multiply operator ? output = 56
Can we change the value of constant variable 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.