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 / viji
float a=int b=3.5;
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
Stimulate calculator using Switch-case-default statement for two numbers
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
Why is sprintf unsafe?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
What is exit() function?
Explain what are the different file extensions involved when programming in c?
What is meant by operator precedence?
what is the height of tree if leaf node is at level 3. please explain
Why can't I perform arithmetic on a void* pointer?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
Where is volatile variable stored?
What are structure types in C?
What is clrscr ()?
What functions are used in dynamic memory allocation in c?