What is the difference between typedef and #define?


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

Post New Answer

More C Interview Questions

main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above

0 Answers  


a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if

0 Answers  


#include<stdio.h> #include<conio.h> void main() { int m=0111,n=20; printf("%d%d\n",m,n); getch(); }

1 Answers  


What is a function in c?

0 Answers  


void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?

4 Answers   Groupon,






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  


find the size of structure without using the size of function

1 Answers   Bosch,


What's the difference between DELETE TABLE and TRUNCATE TABLE commands?

2 Answers   CTC,


i want to job in your company, so how it will be possible.

3 Answers   TCS,


What is Function Pointer? Explain with example?

3 Answers  


Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.

0 Answers  


write a program to compare 2 numbers without using logical operators?

5 Answers   IBM,


Categories