How to declare a variable?


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

Post New Answer

More C Interview Questions

how to add numbers without using arithmetic operators.

14 Answers   TCS,


What are the 4 types of unions?

0 Answers  


What are identifiers and keywords in c?

0 Answers  


Write a program in C to reverse a number by recursive function?

1 Answers  


What is structure padding and packing in c?

0 Answers  


What does void main return?

0 Answers  


How do you override a defined macro?

0 Answers  


Explain how can you determine the size of an allocated portion of memory?

0 Answers  


main() { static int ivar=5; printf("%d",ivar--); if(ivar) main(); }

3 Answers   CSC,


What is the usage of the pointer in c?

0 Answers  


sir i got 146 correct question & i have also the advantage of height so will they consider my marks as 146+3=149.can any body tell me how they consider my height marks.

1 Answers  


what is diff between localstatic and globalstatis variable possible 2 use in another file...?

2 Answers   HCL,


Categories