N O S I E R
+ A S T R A L
----------------
7 2 5 6 1 3
Answers were Sorted based on User's Feedback
Answer / chakkaravarthi ss
0 3 8 4 5 1
6 8 7 1 6 2
-----------
7 2 5 6 1 3
0-N, 1-R, 2-L, 3-O, 4-I, 5-E, 6-A, 7-T and 8-S
| Is This Answer Correct ? | 5 Yes | 6 No |
what will be the output off the following program? #include<stdio.h> int main() { int a; a=015+0*71+5; printf("%d,a"); return0; }
How many types of operators are there in c?
what is the use of c program?
4 Answers Synergy, Web Synergies,
6)swap(int x,y) { int temp; temp=x; x=y; y=temp; } main() { int x=2;y=3; swap(x,y); } after calling swap ,what are yhe values x&y?
what is c?
How do you do dynamic memory allocation in C applications?
What is meant by 'bit masking'?
differentiate built-in functions and user – defined functions.
What are the c keywords?
What is the difference between the local variable and global variable in c?
How do you access command-line arguments?
Can anyone help me with this please? Need to print the below values.. Thanks 1 1 2 1 2 3 1 2 3 4