is assignment operator is arithmatic or not
Answer Posted / sweta purwar
not because airthmatic operators only
addition,multiplication,substraction,division
| Is This Answer Correct ? | 19 Yes | 3 No |
Post New Answer View All Answers
Write a program in c to replace any vowel in a string with z?
What is the hardest programming language?
Explain what are linked list?
What does %c mean in c?
the factorial of non-negative integer n is written n! and is defined as follows: n!=n*(n-1)*(n-2)........1(for values of n greater than or equal to 1 and n!=1(for n=0) Perform the following 1.write a c program that reads a non-negative integer and computes and prints its factorial. 2. write a C program that estimates the value of the mathematical constant e by using the formula: e=1+1/!+1/2!+1/3!+.... 3. write a c program the computes the value ex by using the formula ex=1+x/1!+xsquare/2!+xcube/3!+....
How main function is called in c?
Explain what is meant by 'bit masking'?
What functions are in conio h?
Who is the main contributor in designing the c language after dennis ritchie?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
Explain what are the __date__ and __time__ preprocessor commands?
What is f'n in math?
Explain is it better to bitshift a value than to multiply by 2?
What is a const pointer?
What is pointer to pointer in c language?