Declare the structure which contains the following members and write in C list of all students
who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
No Answer is Posted For this Question
Be the First to Post Answer
what is linkage error when it occurs in c program
Differentiate between a for loop and a while loop? What are it uses?
What is a nested loop?
what is constant pointer?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
What are the advantages and disadvantages of c language?
Create a simple code fragment that will swap the values of two variables num1 and num2.
int a=0,b=2; if (a=0) b=0; else b=*10; What is the value of b ?
What does static variable mean in c?
What functions are used in dynamic memory allocation in c?
Every time i run a c-code in editor, getting some runtime error and editor is disposing, even after reinstalling the software what may be the problem?
What is the role of this pointer?