which of the following statement is wrong

a) mes=123.56;

b) con='T'*'A';

c) this='T'*20;

d) 3+a=b;



which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; ..

Answer / Deependar Chauhan

d) 3+a=b;

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

what is constant pointer?

3 Answers  


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

1 Answers  


m=++i&&++j(||)k++ printf("%d"i,j,k,m)

1 Answers   ABC,


the operator for exponencation is a.** b.^ c.% d.not available

5 Answers   TCS,


read an array and search an element

1 Answers  


simple program of graphics and their output display

1 Answers   Elysium,


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); }

5 Answers   Amazon, Qualcomm,


How to write in a function declaration and in function call in which the function has 'n' number of varible or arguments?

2 Answers  


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

0 Answers  


here is a link to download Let_Us_C_-_Yashwant_Kanetkar

3 Answers   Microsoft,


What would be an example of a structure analogous to structure c?

1 Answers  


Categories