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
Write a function in c to find the area of a triangle whose length of three sides is given.
What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?
What is a buffer in c?
Do you know pointer in c?
What is the difference between File pointer and Internal Charecter Pointer?
Are there constructors in c?
How can I copy just a portion of a string?
What do you mean by invalid pointer arithmetic?
why return type of main is not necessary in linux
What is the value of y in the following code? x=7;y=0; if(x=6) y=7; else y=1;
how to print 2-D array using a single for loop?
2 Answers Mind Tree, TCS, Value Labs,
Write a simple program to find the size of different basic data types in C.