What is the general form of #line preprocessor?


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

Post New Answer

More C Interview Questions

how to sort two array of characters and make a new array of characters.

1 Answers   Accenture,


what is differnence b/w macro & functions

1 Answers  


Why does everyone say not to use scanf? What should I use instead?

0 Answers  


Write a code to determine the total number of stops an elevator would take to serve N number of people.

0 Answers   Expedia,


write a program to display the array elements in reverse order in c language

16 Answers  






Differentiate between new and malloc(), delete and free() ?

0 Answers   iNautix,


In C language, a variable name cannot contain?

0 Answers  


What is the difference between struct and typedef struct in c?

0 Answers  


Explain what math functions are available for integers? For floating point?

0 Answers  


main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }

11 Answers   HCL, Vector, Vector India, Vector Solutions, Wipro,


What is s or c?

0 Answers  


The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this

1 Answers  


Categories