What is a char in c?


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

Post New Answer

More C Interview Questions

Explain what is the most efficient way to store flag values?

0 Answers  


write a program that explain #define and # undef directive

1 Answers  


Is there anything like an ifdef for typedefs?

0 Answers  


#define f(x) main() { printf("\n%d",f(2+2)); }

5 Answers  


#define MAX 3 main() { printf("MAX = %d \n",MAX ); #undef MAX #ifdef MAX printf("Vector Instituteā€); #endif

4 Answers   IBM, Vector,






Write a program that his output 1 12 123

0 Answers  


what does data structure mean?

8 Answers  


What is c basic?

0 Answers  


What is far pointer in c?

0 Answers  


Program to swap the any two elements in an array containing N number of elements?

1 Answers   Bosch, Glenwood, Ugam Solutions,


main() { int i; printf("%d",i^i); }

1 Answers  


what are the advantage and disadvantage of recursion

5 Answers  


Categories