What is #define size in c?


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

Post New Answer

More C Interview Questions

Write a simple code fragment that will check if a number is positive or negative.

0 Answers  


What are pointers really good for, anyway?

0 Answers  


What is #pragma statements?

0 Answers  


pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)

2 Answers   Subex, Wipro,


How would you find a cycle in a linked list?

3 Answers   NSN,






Tell me about low level programming languages.

0 Answers   Amdocs,


Is javascript based on c?

0 Answers  


What is the value of y in the following code? x=7;y=0; if(x=6) y=7; else y=1;

12 Answers   TCS,


Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff

0 Answers  


Is main() function predfined or userdefined?

11 Answers  


Describe explain how arrays can be passed to a user defined function

0 Answers  


What is typeof in c?

0 Answers  


Categories