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

What is the difference between new and malloc functions?

0 Answers   InterGraph,


Does c have an equivalent to pascals with statement?

0 Answers  


How to add two numbers without using arithmetic operators?

18 Answers   College School Exams Tests, e track, Infosys, Pan Parag, Sapient, TCS,


#include<stdio.h> int main(){ int a[]={1,2,3,5,1}; int *ptr=a+4; int y=ptr-a; printf("%d",y); }

3 Answers   Zoho,


what is c?

4 Answers   IBM, TCS,






How do I initialize a pointer to a function?

2 Answers  


Explain the difference between the local variable and global variable in c?

0 Answers  


How can I find out how much memory is available?

1 Answers   Persistent,


Write the program for displaying the ten most frequent words in a file such that your program should be efficient in all complexity measures.

3 Answers   Google,


What is a pointer value and address in c?

0 Answers  


write a program for size of a data type without using sizeof() operator?

22 Answers   HCL, IBM,


What are variables and it what way is it different from constants?

0 Answers  


Categories