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

How to use c/c++ code in JAVA

10 Answers   CDAC, IBM, Satyam, Scope International,


What does node * mean?

0 Answers  


State the difference between x3 and x[3].

0 Answers   Aricent,


Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...

4 Answers   TCS,


mplementation of stack using any programing language

1 Answers   Marlabs,






#include<stdio.h> #include<conio.h> # define swap(a,b) temp=a; a=b; b=temp; void main( ) { int i, j, temp; i=5; j=10; temp=0; if( i > j) swap( i, j ); printf( "%d %d %d", i, j, temp); }

9 Answers   Burning Glass,


what is the difference b/w NULL and null?

3 Answers   HSBC, IBM,


What are global variables?

0 Answers  


How do you list files in a directory?

0 Answers  


write a program of bubble sort using pointer?

3 Answers   TCS,


If "AaBbCc" is passed to the char char x(*a) { a[0]?x(a+1):1; printf("%c",a[0]); return 1; } what will be the output?

6 Answers   Hughes,


c program to subtract between two numbers without using '-' sign and subtract function.

1 Answers  


Categories