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

GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA

0 Answers  


What is difference between array and structure in c?

0 Answers  


Is reference used in C?

1 Answers  


write a program which counts a product of array elements lower than 10.

1 Answers  


whether itis a structured language?

1 Answers   Microsoft,






Is c# a good language?

0 Answers  


Are comments included during the compilation stage and placed in the EXE file as well?

0 Answers  


What are the different data types in C?

0 Answers  


write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...

0 Answers  


What is volatile variable in c with example?

0 Answers  


What is structure and union in c?

0 Answers  


why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???

0 Answers  


Categories