Explain what is wrong with this program statement? Void = 10;


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

Post New Answer

More C Interview Questions

What is volatile

2 Answers  


A marketing company wishes to construct a decision table to decide how to treat clients according to three characteristics: Gender, City Dweller, and age group: A (under 30), B (between 30 and 60), C (over 60). The company has four products (W, X, Y and Z) to test market. Product W will appeal to female city dwellers. Product X will appeal to young females. Product Y will appeal to Male middle aged shoppers who do not live in cities. Product Z will appeal to all but older females.

2 Answers  


what is c programming?

3 Answers   TCS,


What are pointers really good for, anyway?

0 Answers  


In C programming, what command or code can be used to determine if a number of odd or even?

0 Answers  


What library is sizeof in c?

0 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,


Tell about strtok & strstr functions

2 Answers   HCL, iFlex, Motorola,


Write a program for finding factorial of a number.

0 Answers   Tech Mahindra,


while initialization of array why we use a[][2] why not a[2][]...?

0 Answers   Aptech,


What 'lex' does?

0 Answers   Tech Mahindra,


What is the main differences between C and Embedded C?

9 Answers  


Categories