which of the following statement is wrong

a) mes=123.56;

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

c) this='T'*20;

d) 3+a=b;


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

Post New Answer

More C Interview Questions

Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 2. Enter alphanumeric characters and form 2 array alphaets and digits.Also print the count of each array.

0 Answers  


Which control loop is recommended if you have to execute set of statements for fixed number of times?

0 Answers  


What is the difference between union and structure in c?

0 Answers  


What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?

0 Answers   Aspire, Infogain,


without a terminator how can we print a message in a printf () function.

7 Answers   NIIT,






What are the advantages and disadvantages of c language?

0 Answers  


What is the difference between char array and char pointer?

0 Answers  


How do you define a string?

0 Answers  


What is the maximum no. of arguments that can be given in a command line in C.?

0 Answers   HCL,


What is the difference between exit() and _exit() function in c?

0 Answers  


program for swapping two strings by using pointers in c language

1 Answers  


What is a dynamic array in c?

0 Answers  


Categories