What is #define?


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

Post New Answer

More C Interview Questions

Write a C++ program to give the number of days in each month according to what the user entered. example: the user enters June the program must count number of days from January up to June

0 Answers  


what is the output of the following program and explain the answer #include<stdio.h> exp() { main(5) } main(int a) { printf("%d",a); return; }

3 Answers   Satyam,


main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }

1 Answers  


How can a string be converted to a number?

0 Answers  


in linking some of os executables are linking name some of them

0 Answers   IBM,






a program that can input number of records and can view it again the record

0 Answers   Accenture,


Where are c variables stored in memory?

0 Answers  


Taking an example,differentiate b/w loader and linker ?

1 Answers  


what is difference between C and C++

4 Answers  


a linear linked list such that the link field of its last node points to the first node instead of containing NULL a) linked list b) circular linked list c) sequential linked list d) none

0 Answers  


What is volatile, register definition in C

0 Answers   Cognizant,


What are local and global variables?

3 Answers  


Categories