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

how to set Nth bit of a variable?

1 Answers  


an algorithem for the implementation of circular doubly linked list

1 Answers  


Is c call by value?

0 Answers  


What is the argument of a function in c?

0 Answers  


What is the purpose of main( ) in c language?

0 Answers  


Explain what are preprocessor directives?

0 Answers  


What are the back slash character constants or escape sequence charactersavailable in c?

0 Answers  


write a programming in c language, 1 3 5 7 9 11

2 Answers   NIIT,


write a method for an array in which it can display the largest n next largest value.

1 Answers   Value Labs,


#include<stdio.h> void main() { int =1; printf("%d%d%d",a++,++a,++a); }

3 Answers   VB,


What are the types of functions in c?

0 Answers  


how can you print&scan anything using just one character? :) HINT: printf,scanf similer

2 Answers  


Categories