What is an operator?
Answer / Dipti Tiwari
"An operator in C is a symbol that tells the compiler to perform specific mathematical, logical, or other operations on values or variables."
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the use of #pragma exit?
Write a program to print the prime numbers from 1 to 100?
find largest of 3 no
What is the use of linkage in c language?
How to reverse a string using a recursive function, with swapping?
Software Interview Questions
What is the difference between int main and void main?
How can we allocate array or structure bigger than 64kb?
How to use c/c++ code in JAVA
10 Answers CDAC, IBM, Satyam, Scope International,
Why void main is used in c?
Why do we use return in c?
Is it possible to execute code even after the program exits the main() function?