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 is the difference between array and pointer?
What are macros in C?
Is it possible to have a function as a parameter in another function?
What is the difference between procedural and declarative language?
can u write a program in C, which does not use = (eqaul)or any arithmatic assignment(like -=,+=,*= etc) operator to swap to number?
simple program of graphics and thier outpu display with a want what is out put of graohics in c language
Explain what is wrong in this statement?
Can we declare variable anywhere in c?
Can a pointer point to null?
Why is structure padding done in c?
what is the use of #pragma pack, wer it is used?
Sir,please help me out with the output of this programme:- #include<stdio.h> #include<conio.h> void main() { int a=18,b=12,i; for(i=a<b?a:b;a%i||b%i;i--); printf("%d %d",i); }