Write a C program to read the internal test marks of 25
students in a class and
show the number of students who have scored more than 50%
in the test.
Make necessary assumptions.
What is indirect recursion? give an example?
When would you use a pointer to a function?
How can I allocate arrays or structures bigger than 64K?
What's the difference between struct x1 { ... }; and typedef struct { ... } x2; ?
What is difference between class and structure?
if function is declared as static in one source file, if I would like to use the same function in some other source file...is it possible....how ?
Is linux written in c?
What is an lvalue?
4. main() { int c=- -2; printf("c=%d",c); }
What are the different types of errors?
What is the difference between printf and scanf )?
1 1 12 21 123 321 12344231 how i creat it with for loop??