What is mean by data types in c?


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

Post New Answer

More C Interview Questions

How we can insert comments in a c program?

0 Answers  


Hierarchy decides which operator a) is most important b) is used first c) is fastest d) operates on largest numbers

1 Answers  


can we write a program in c for printf and scanf without using header file stdio.h

1 Answers  


Write a program to identify if a given binary tree is balanced or not.

0 Answers   JPMorgan Chase,


Explain b+ tree?

0 Answers  






Write a code of a general series where the next element is the sum of last k terms.

0 Answers   Aspiring Minds,


struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer

0 Answers  


Write a program to enter the name and age. If age>28 then find salary categories. if age<28 then find that you are gaduate or not.

1 Answers  


What is a structure in c language. how to initialise a structure in c?

0 Answers  


Explain goto?

0 Answers  


What does typedef struct mean?

0 Answers  


Is struct oop?

0 Answers  


Categories