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


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

Post New Answer

More C Interview Questions

can we define a function in structure?

2 Answers  


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

0 Answers   Subex,


program for validity of triangle from 3 side

7 Answers  


Define function pointers?

1 Answers  


what is the purpose of the code, and is there any problem with the code? int f( int n, int l, int r ) { return (n << l) >> r; }

2 Answers   Google,






What are the advantages of Macro over function?

1 Answers  


What is the scope of static variables?

1 Answers  


The C language terminator is a.semicolon b.colon c.period d.exclamation mark

6 Answers   TCS,


List the variables are used for writing doubly linked list program.

0 Answers   Infosys, Wipro,


What is return type in c?

0 Answers  


What is difference between %d and %i in c?

0 Answers  


A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles

0 Answers  


Categories