Is int a keyword in c?


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

Post New Answer

More C Interview Questions

Why & is used in c?

0 Answers  


what do u mean by Direct access files? then can u explain about Direct Access Files?

0 Answers   LG Soft,


What is difference between constant pointer and constant variable?

0 Answers   Hexaware,


How can I allocate arrays or structures bigger than 64K?

5 Answers  


What does 3 mean in texting?

0 Answers  






What is the deal on sprintf_s return value?

0 Answers  


Can we declare a function inside a function in c?

0 Answers  


#include<stdio.h> main() { int a[3]; int *I; a[0]=100;a[1]=200;a[2]=300; I=a; Printf(“%d\n”, ++*I); Printf(“%d\n”, *++I); Printf(“%d\n”, (*I)--); Printf(“%d\n”, *I); } what is the o/p a. 101,200,200,199 b. 200,201,201,100 c. 101,200,199,199 d. 200,300

4 Answers   Tieto,


coding for Fibonacci.?

1 Answers  


What is data types?

0 Answers  


Explain high-order and low-order bytes.

0 Answers  


What is the method to save data in stack data structure type?

0 Answers  


Categories