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
What is the method to save data in stack data structure type?
what is the difference between 123 and 0123 in c?
What is difference between %d and %i in c?
How to write c functions that modify head pointer of a linked list?
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
State two uses of pointers in C?
What are the different types of control structures?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
Write a program to check prime number in c programming?
What is union in c?
Why do we need a structure?
What is difference between far and near pointers?
Explain what is wrong with this program statement?
What does a pointer variable always consist of?
What is || operator and how does it function in a program?