What is a char c?


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

Post New Answer

More C Interview Questions

how to find out the biggest element (or any other operation) in an array which is dynamic. User need not to mention the array size while executing.

3 Answers  


what does ‘segmentation violation’ mean?

1 Answers  


How will you write a code for accessing the length of an array without assigning it to another variable?

0 Answers  


Write a C program to fill a rectangle using window scrolling

1 Answers  


What is the purpose of clrscr () printf () and getch ()?

0 Answers  






What's a "sequence point"?

3 Answers  


What is difference between constant pointer and constant variable?

0 Answers   Hexaware,


actually i have 2 years teaching experience as computer faculty but now i am a DBA but when i go for interview many peoples asked me why i left my teaching profession and why i want to come in this field kindly give me the proper answer of this queston

3 Answers   Ramco,


How many ways are there to swap two numbers without using temporary variable? Give the each logic.

9 Answers  


main() { int i=5; printf("%d",++i + i); } output is 10 ------------------------ main() { int i=5; printf("%d",i++ + i); }output is 12 why it is so? give appropiate reason....

2 Answers  


What is a macro in c preprocessor?

0 Answers  


how we do lcm of two no using c simple if while or for statement

1 Answers  


Categories