Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
No Answer is Posted For this Question
Be the First to Post Answer
How can I implement a delay, or time a users response, with sub-second resolution?
The statement, int(*x[]) () what does in indicate?
What is extern storage class in c?
How are pointers declared in c?
2. Counting in Lojban, an artificial language developed over the last fourty years, is easier than in most languages The numbers from zero to nine are: 0 no 1 pa 2 re 3 ci 4 vo 5 mk 6 xa 7 ze 8 bi 9 so Larger numbers are created by gluing the digit togather. For Examle 123 is pareci Write a program that reads in a lojban string(representing a no less than or equal to 1,000,000) and output it in numbers.
How does pointer work in c?
x=y=z=1 z=++x||++y&&++z Printf("%%%d";xyz) what is the values of x,y and z?????
N O S I E R + A S T R A L ---------------- 7 2 5 6 1 3
Dear Sir, we are required the bubble sorting programs Regs Prem
write an algorithm to display a square matrix.
f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?
Is it acceptable to declare/define a variable in a c header?