What are the primitive data types in c?


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

Post New Answer

More C Interview Questions

Explain how are 16- and 32-bit numbers stored?

0 Answers  


write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?

0 Answers   Wipro,


int i=~0; uint j=(uint)i; j++; printf(“%d”,j);

1 Answers  


Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

1 Answers   CMS,


Write any data structure program (stack implementation)

1 Answers   HTC,






printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions

0 Answers  


let's take a code struct FAQ { int a; char b; float c; double d; int a[10]; }*temp; now explain me how the memory will be allocated for the structure FAQ and what address will be in the structure pointer (temp)....................

8 Answers  


main() { int x=5,y=10,z=0; x=x++ + y++; y=y++ + ++x; z=x++ + ++y; printf("%d%d%d\n",x,y,z); }

1 Answers   CodeChef,


What does #pragma once mean?

0 Answers   Celstream,


What is use of #include in c?

0 Answers  


WHAT IS C?

6 Answers  


what is array?

63 Answers   Amdocs, HCL,


Categories