identify the in correct expression
a.a=b=3=4;
b.a=b=c=d=0;
float a=int b=3.5;
d.int a;
float b;
a=b=3.5;
Answer Posted / mohmedali
a. a=b=3=4;
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
In C language, a variable name cannot contain?
What are the complete rules for header file searching?
What is the difference between malloc() and calloc() function in c language?
Is return a keyword in c?
What is difference between Structure and Unions?
What do mean by network ?
plz let me know how to become a telecom protocol tester. thank you.
List some of the dynamic data structures in C?
Write a program to find the biggest number of three numbers in c?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
What is union in c?
Find MAXIMUM of three distinct integers using a single C statement
What are the ways to a null pointer can use in c programming language?
a c code by using memory allocation for add ,multiply of sprase matrixes