Can i use “int” data type to store the value 32768? Why?


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

Post New Answer

More C Interview Questions

What is the o/p of the follow pgm? #include<stdio.h> main() { char char_arr[5]=”ORACL”; char c=’E’; prinf(“%s\n”,strcat(char_arr,c)); } a:oracle b. oracl c.e d.none

2 Answers   Oracle,


Why does not use getgh(); and <conio.h> in c language.

3 Answers   Elofic,


write a c program to find largest number in matrix(in each row,each column, diagonally, and in the whole matrix)? Its urgent.

2 Answers  


Why is main function so important?

0 Answers  


To what value do nonglobal variables default? 1) auto 2) register 3) static

4 Answers  






What is the difference between procedural and functional programming?

0 Answers  


What are the Advantages of using macro

0 Answers  


What is data structure in c and its types?

0 Answers  


What is the usage of the pointer in c?

0 Answers  


Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.

0 Answers  


Is that possible to add pointers to each other?

0 Answers  


write a program in 'c' to find the value of p[i+1]^n.p,i,n are arguments of a macro and n is a integer

1 Answers  


Categories