What is merge sort in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain 'bit masking'?
What is the use of pragma in embedded c?
do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?
int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain me output????
1. Write a program to reverse every second word in a given sentence.
Which control loop is recommended if you have to execute set of statements for fixed number of times?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
0 Answers Lovely Professional University,
Can we use any name in place of argv and argc as command line arguments?
can v write main() { main(); } Is it true?
Why do we use c for the speed of light?
What is use of pointer?
Is c++ based on c?