What is the difference between = and == in C?
Answer Posted / balveer
give the new ans
| Is This Answer Correct ? | 8 Yes | 7 No |
Post New Answer View All Answers
Explain storage qualifiers in c++.
How to declare an array of pointers to integer?
Why is standard template library used?
What is searching? Explain linear and binary search.
What is the basic concept of c++?
What is cin clear () in c++?
Explain the register storage classes in c++.
What is the last index number in an array of 100 characters a) 100 b) 99 c) 101
What are the c++ access specifiers?
Write a function to find the nth item from the end of a linked list in a single pass.
Is it possible to provide default values while overloading a binary operator?
What is the meaning of string in c++?
What do you mean by stack unwinding in c++?
Am studying basic c++ programming, have been given the following assignment. Design a linear program to calculate the maximum stress a material can withstand given a force and a diameter of a circle. To find the required area pi should be defined. Have most of the program sorted out but am at a loss as to how to show the calculations required. Can anyone help?
What are static type checking?