What are the basic data types associated with c?


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

Post New Answer

More C Interview Questions

What does sizeof function do?

0 Answers  


will the program compile? int i; scanf(ā€œ%dā€,i); printf(ā€œ%dā€,i);

3 Answers  


How main function is called in c?

0 Answers  


Determine if a number is a power of 2 at O(1).

2 Answers  


What is the time and space complexities of merge sort and when is it preferred over quick sort?

0 Answers   Amazon,






Where register variables are stored in c?

0 Answers  


what is the function of .h in #include<stdio.h> in c ?

23 Answers   HCL, IBM, Wipro,


What is the difference between i++ and i+1 ?(in terms of memory)

3 Answers   HCL,


What are keywords in c with examples?

0 Answers  


Write code for atoi(x) where x is hexadecimal string.

5 Answers   Adobe,


how to find the largest element of array without using relational operater?

6 Answers   Satyam, Wipro,


How do you generate random numbers in C?

0 Answers  


Categories