What is line in c preprocessor?
No Answer is Posted For this Question
Be the First to Post Answer
What should malloc(0) do?
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 are Macros? What are its advantages and disadvantages?
Explain demand paging.
what is the output of below int n=10; (n++)++; printf("%d",n);
What is getch () for?
Write a program in C to reverse a number by recursive function?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
What is wrong with this initialization?
what is dangling pointer?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
What is call by value in c?