is assignment operator is arithmatic or not
Answer Posted / divya
assignment operators are differ from arithmatic operator
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
Why does this code crash?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
What are the features of c languages?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
how can I convert a string to a number?
How can I direct output to the printer?
what is the difference between 123 and 0123 in c?
Explain how can you be sure that a program follows the ansi c standard?
Explain how can a program be made to print the line number where an error occurs?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
What is assignment operator?
Can we add pointers together?
what do u mean by Direct access files? then can u explain about Direct Access Files?