Define VARIABLE?


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

Post New Answer

More C Interview Questions

What does the characters “r” and “w” mean when writing programs that will make use of files?

0 Answers  


Write a program to generate prime factors of a given integer?

9 Answers   Microsoft,


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

0 Answers  


What is the difference between near, far and huge pointers?

0 Answers  


int main() { int i=1; switch(i) { case '1': printf("hello"); break; case 1: printf("Hi"); break; case 49: printf("Good Morning"); break; } return 0; }

3 Answers  


string reverse using recursion

0 Answers   Mind Tree,


What is the difference between null pointer and the void pointer?

3 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

1 Answers   Mind Tree,


what are the stages of compilation

1 Answers   Bosch,


Explain bit masking in c?

0 Answers  


GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA

0 Answers  


How are 16- and 32-bit numbers stored?

0 Answers  


Categories