To print the pattern
1 2 3 4 5
10 17 18 19 6
15 24 25 20 7
14 23 22 21 8
13 12 11 10 9
No Answer is Posted For this Question
Be the First to Post Answer
any string of bits of length 'n' represents a unique non- negative integer between.............?
write an algorithm to get a sentence and reverse it in the following format: input : I am here opuput: Here Am I note: first letter of every word is capiatlised
Write a C function to search a number in the given list of numbers. donot use printf and scanf
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
Is there a way to jump out of a function or functions?
what is the output of the following program? main() { int c[]={2,8,3,4,4,6,7,5}; int j,*p=c,*q=c; for(j=0;j<5;j++) { printf("%d",*c); ++q; } for(j=0;j<5;j++) { printf("%d",*p); ++p; } }
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
main() { clrscr(); } clrscr();
I heard that you have to include stdio.h before calling printf. Why?
what are two kinds of java
How to set file pointer to beginning c?
How to write c functions that modify head pointer of a linked list?