What is #define?


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

Post New Answer

More C Interview Questions

#include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain &#1567;&#1567;&#1567;

4 Answers  


Difference between strcpy() and memcpy() function?

0 Answers  


Write a C/C++ program that connects to a MySQL server and displays the global TIMEZONE.

0 Answers  


Define Spanning-Tree Protocol (STP)

0 Answers  


What is the difference between new and malloc functions?

0 Answers   InterGraph,






How can I call fortran?

0 Answers  


please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }

3 Answers  


what does keyword ‘extern’ mean in a function declaration?

1 Answers   Emerson,


Using which language Test cases are added in .ptu file of RTRT unit testing???

0 Answers  


Why clrscr is used after variable declaration?

0 Answers  


write a program to print data of 5 five students with structures?

0 Answers  


Determine the result of performing two successive block transfers into the same area of a frame buffer using the binary arith operations

0 Answers  


Categories