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's wrong with the call "fopen ("c:\newdir\file.dat", "r")"?
What is integer constants?
Why can’t we compare structures?
What is c language in simple words?
What is scanf () in c?
p*=(++q)++*--p when p=q=1 while(q<=6)
How can I read in an object file and jump to locations in it?
suppose we use switch statement and we intilize years name using enum statement like(jan,feb,mar,------dec) we take integer value as an input .question is that the month which we analyz is from 0 to 11 bt if i enter 12 than how he again starts from begning and print jan
Write a c program to sort six numbers and find the largest one by using the ladder of if-else? plz do help me
What is a wrapper function in c?
char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)
Write the syntax and purpose of a switch statement in C.