which of the following statement is wrong
a) mes=123.56;
b) con='T'*'A';
c) this='T'*20;
d) 3+a=b;
what is constant pointer?
Develop a program that computes the new price of an item. The program should receive a character variable colour and a double precision floating-point variable price from the user. Discount rate is determined based on the colour of the discount sticker, as shown in the following table. An error message should be printed if an invalid colour has been entered
m=++i&&++j(||)k++ printf("%d"i,j,k,m)
the operator for exponencation is a.** b.^ c.% d.not available
read an array and search an element
simple program of graphics and their output display
what is the difference between arrays and linked list
26 Answers MAHINDRA, Tech Mahindra, Wipro,
What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }
How to write in a function declaration and in function call in which the function has 'n' number of varible or arguments?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL
here is a link to download Let_Us_C_-_Yashwant_Kanetkar
What would be an example of a structure analogous to structure c?