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

Explain what is the benefit of using #define to declare a constant?

0 Answers  


What are the types of functions in c?

0 Answers  


What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

0 Answers  


how to use enum datatype?Please explain me?

3 Answers   Excel,


Write a C program in Fibonacci series.

0 Answers   iNautix,


write a c program to find largest of three numbers using simple if only for one time.

1 Answers  


What is meaning of tree

0 Answers  


what is d pitfalls of registers variables

3 Answers   TCS,


get any number as input except 1 and the output will be 1.without using operators,expressions,array,structure.don't print 1 in printf statement

3 Answers  


while initialization of two dimensional arrays we can initialize like a[][2] but why not a[2][] is there any reason behind this?

4 Answers   Aptech,


What is call by reference in functions?

1 Answers  


Find greatest of two numbers using macro

4 Answers   Bosch, Siemens,


Categories