How will you find a duplicate number in a array without
negating the nos ?
No Answer is Posted For this Question
Be the First to Post Answer
What is Lazy evaluation in C? Give an example.
What is an operator?
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
Can a binary search tree be used as an index? If yes, how? Explain
i=10,j=20 j=i,j?(i,j)?i:j:j print i,j
main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }
What is variable and explain rules to declare variable in c?
What is a structure member in c?
Combinations of fibanocci prime series
write a c program to print "Welcome" without using semicolon in the whole program ??
Stimulate calculators to perform addition,subtraction,multiplication and division on two numbers using if/else statement?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above