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 a segmentation fault?
Why string is used in c?
#include<conio.h> #include<stdio.h> void main() { int i; if(1,0,2,3) { printf("if"); } else { printf("else"); } getch(); } Can any body tell the answer of this question with explanation?
write a c program to change only the 3rd bit of the particular number such that other bits are not affected.. if bitnum=10(say.. it can be any no..
What is ## preprocessor operator in c?
swap two integer variables without using a third temporary variable?
How is actual parameter different from the formal parameter?
What is the explanation for cyclic nature of data types in c?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
Can a function argument have default value?
write a own function for strstr
What are valid operations on pointers?