What is wrong with this declaration?


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 union and anonymous union?

0 Answers   Hexaware,


plz answer....A program that takes 3 variables e.g a,b,c in as seperate parameters and rotates the values stored so that value goes a to b, b to c and c to a .

3 Answers  


c program to manipulate x=1!+2!+3!+...+n! using recursion

1 Answers   TCS,


Why array starts with index 0

2 Answers  


write a program in C to swap two variables

7 Answers   Attrabyte, Marlabs,






What is the correct code to have following output in c using nested for loop?

0 Answers  


What is a node in c?

0 Answers  


Is it fine to write void main () or main () in c?

0 Answers  


Multiply an Integer Number by 2 Without Using Multiplication Operator

0 Answers  


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

0 Answers  


Why doesn't the code "int a = 1000, b = 1000; long int c = a * b;" work?

7 Answers  


pierrot's divisor program using c or c++ code

0 Answers  


Categories