Explain how can I avoid the abort, retry, fail messages?
No Answer is Posted For this Question
Be the First to Post Answer
int a[3][5]={ {1,2,3,4,5],{2,3,4,5,6},{10,11,12,13,14}}; int *p=&a; printf(ā%dā,*(*(x+1)+3));
How many keywords are there in c?
What is meant by preprocessor in c?
Does sprintf put null character?
what is a static function
Why doesnt long int work?
To find whether a number is even or odd without using any conditional operator??
12 Answers College School Exams Tests, IBM,
Which type of language is c?
how we can make 3d venturing graphics on outer interface
write a reverse string to print a stars.(with out using logic) ***** **** *** ** *
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
the number 138 is called well ordered number because the three digits in the number (1,3,8) increase from left to right (1<3<8). the number 365 is not well ordered coz 6 is larger than 5. write a program that wull find and display all possible three digit well ordered numbers. sample: 123,124,125,126,127,128,129,134 ,135,136,137,138,139,145,146,147 148 149,156.......789