Why header file is used in c?
What is huge pointer in c?
Difference between goto, long jmp() and setjmp()?
Explain the difference between call by value and call by reference in c language?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
When should I declare a function?
How does #define work?
What is return type in c?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
What are the applications of c language?
What is function pointer c?
Why isnt there a numbered, multi-level break statement to break out
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
What is a lvalue
What is a c token and types of c tokens?