Explain how can you check to see whether a symbol is defined?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Is register a keyword in c?

0 Answers  


Please provide question papers of NATIONAL INFORMATICS CENTRE for Scientific officer

0 Answers  


the maximum value that an integer constant can have is a) -32767 b) 32767 c) 1.701e+38 d) -1.7014e+38

1 Answers  


What are the two forms of #include directive?

0 Answers   Aspire, Infogain,


what does ‘segmentation violation’ mean?

1 Answers  


Write any data structure program (stack implementation)

1 Answers   HTC,


to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?

0 Answers  


When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.

0 Answers   HCL,


WHAT WILL BE OUTPUT OF BELOW CODE . . AND PLEASE EXPLAIN HOW IT COME .. #include<stdio.h> #include<conio.h> void main() { int k=20; printf("%d%d%d%d",k,k++,++k,k); getch(); }

25 Answers  


program to find the second largest word in a paragraph amongst all words that repeat more thn twice

4 Answers   CTS, iGate,


Explain the difference between malloc() and calloc() in c?

0 Answers  


why we are using semicolon at the end of printh statment

2 Answers   HCL,


Categories