What is data type long in c?


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

Post New Answer

More C Interview Questions

a<<1 is equivalent to a) multiplying by 2 b) dividing by 2 c) adding 2 d)none of the above

2 Answers   HCL, NBN,


What are the different types of C instructions?

0 Answers   InterGraph,


Which is best book for data structures in c?

0 Answers  


how to implement stack operation using singly linked list

2 Answers  


1 1 1 1 2 1 1 3 3 1 1 4 6 4 1

1 Answers  






what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?

0 Answers  


Is main an identifier in c?

0 Answers  


What are pointers really good for, anyway?

0 Answers  


What is a lookup table in c?

0 Answers  


what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }

3 Answers  


What is a keyword?

0 Answers  


the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters

0 Answers  


Categories