Explain what is wrong with this program statement? Void = 10;
What is volatile
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.
what is c programming?
What are pointers really good for, anyway?
In C programming, what command or code can be used to determine if a number of odd or even?
What library is sizeof in c?
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; }
Tell about strtok & strstr functions
2 Answers HCL, iFlex, Motorola,
Write a program for finding factorial of a number.
while initialization of array why we use a[][2] why not a[2][]...?
What 'lex' does?
What is the main differences between C and Embedded C?