Define macros.


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

Post New Answer

More C Interview Questions

How can I call a function, given its name as a string?

4 Answers   ABC Telecom,


Just came across this question, felt worth sharing, so here it is I want you to make a C/C++ program that for any positive integer n will print all the positive integers from 1 up to it and then back again! Let's say n=5 I want the program to print: 1 2 3 4 5 4 3 2 1. Too easy you say? Okay then... You can ONLY USE: 1 for loop 1 printf/cout statement 2 integers( i and n) and as many operations you want. NO if statements, NO ternary operators, NO tables, NO pointers, NO functions!

1 Answers  


Explain c preprocessor?

0 Answers  


program for reversing a selected line word by word when multiple lines are given without using strrev

0 Answers   IBM,


for(i=0;i=printf("Hello");i++); printf("Hello"); how many times how will be printed?????????

8 Answers  


User define function contain thier own address or not.

2 Answers  


what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits

2 Answers   Wipro,


What is the condition that is applied with ?: Operator?

0 Answers  


explain what is a newline escape sequence?

0 Answers  


How can I access an I o board directly?

0 Answers  


Program to find the value of e raised to power x using while loop

5 Answers   IBM, N Tech,


Write a program to check palindrome number in c programming?

0 Answers  


Categories