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 |
all c language question
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
what is the c source code for the below output? 1 0 1 1 0 1 0 1 0 1 1 0 1 0 1
a c code by using memory allocation for add ,multiply of sprase matrixes
What do you mean by a local block?
How is pointer initialized in c?
Apart from dennis ritchie who the other person who contributed in design of c language.
1. Write a C program to count the number of occurrence of a specific word in the given strings. (for e.g. Find how many times the word “live” comes in the sentence “Dream as if you’ll live forever, live as if you’ll die today ”)
Input is "Jack and jill went up a hill" To print output is 1-letter word(s)-1 2-letter words-1 3-letter words-1 4-letter words-4
What are actual arguments?
Is printf a keyword?
how to find the largest element of array without using relational operater?