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 does the format %10.2 mean when included in a printf statement?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
What is line in c preprocessor?
C,c++, Java is all are structural oriented or procedure oriented language..?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
Write a program to identify if a given binary tree is balanced or not.
main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }
5 Answers Vector, Vector Solutions,
Write the syntax and purpose of a switch statement in C.
Can a void pointer point to a function?
If input is 123 then how to print 100 and 20 and 3 seperately?
What are the data types present in c?
Can we declare variable anywhere in c?