What is preprocessor with example?
No Answer is Posted For this Question
Be the First to Post Answer
What is your favorite subject?
1 Answers Ericsson, Invendis, Tech Mahindra,
what is inline function?
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.
f() { int a=2; f1(a++); } f1(int c) { printf("%d", c); } c=?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
What is file in c preprocessor?
What are data types in c language?
What is a far pointer in c?
Write the Program to reverse a string using pointers.
What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }
8 Answers MindFire, TCS, Tech Mahindra,
Why pointers are used in c?
Explain what is a stream?