Explain data types & how many data types supported by c?


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

Post New Answer

More C Interview Questions

struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??

9 Answers   Verifone,


Differentiate between functions getch() and getche().

0 Answers  


Write a code on reverse string and its complexity.

0 Answers   Expedia,


What is an operator?

0 Answers  


Explain void pointer?

0 Answers  






write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34

0 Answers  


write a program to find the sum of the array elements in c language?

24 Answers   ICT, Infosys, Wipro,


What does sizeof int return?

0 Answers  


write a program to read a number and print in words that is in sentence for example 21,219 then output is "twenty one thousand and two hundred nineteen" by using only control flow statements (only loops and switch case )?

1 Answers   TCS,


Explain how can type-insensitive macros be created?

0 Answers  


What is the meaning of && in c?

0 Answers  


WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?

0 Answers   HP,


Categories