Why ordinary variable store only one value  


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

Post New Answer

More C Interview Questions

what is the diference between pointer to the function and function to the pointer?

2 Answers   Infosys,


What extern c means?

0 Answers  


Write a routine that prints out a 2-D array in spiral order!

1 Answers   Lucent,


what is difference between procedural language and functional language ?

4 Answers   Wipro,


#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }

4 Answers   HCL,






Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)

0 Answers  


can anyone suggest some site name..where i can get some good data structure puzzles???

0 Answers  


write a program without using main function?

2 Answers   TCS,


What is struct node in c?

0 Answers  


What is false about the following A compound statement is a.A set of simple statments b.Demarcated on either side by curly brackets c.Can be used in place of simple statement d.A C function is not a compound statement.

5 Answers   CCEM, TCS,


write a program to sum of its digit with using control structure or with out using loop. for ex: let the number is 25634 then answer will be=2+5+6+3+4=20

4 Answers  


any string of bits of length 'n' represents a unique non- negative integer between.............?

2 Answers  


Categories