What are the 4 data types?


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

Post New Answer

More C Interview Questions

What is the main difference between calloc () and malloc ()?

0 Answers  


where does malloc() function get the memory?

1 Answers  


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

23 Answers   HCL, IBM, Wipro,


write a c program to print "Welcome" without using semicolon in the whole program ??

15 Answers   Infosys, TCS,


What does c mean before a date?

0 Answers  






differentiate between const char *a; char *const a; and char const *a;

2 Answers   College School Exams Tests, HCL, TCS,


Write a program or provide a pseudo code to flip the 2nd bit of the 32 bit number ! (Phone Screen)

1 Answers   NetApp, PTU, Wipro,


write a prgram of swapping with 2 valiables

6 Answers  


main() { FILE *fs; char c[10]; fs = fopen(“source.txt”, ”r”); /* source.txt exists and contains “Vector Institute” */ fseek(fs,0,SEEK_END); fseek(fs,-3L,SEEK_CUR); fgets(c,5,fs); puts(c); }

1 Answers   Vector,


Write a program to add the following ¼+2/4+3/4+5/3+6/3+... (Like up to any 12 no.s)

1 Answers   HTC,


write a program to swap two numbers without using temporary variable?

3 Answers  


What is the best organizational structure?

0 Answers  


Categories