What is merge sort in c?
No Answer is Posted For this Question
Be the First to Post Answer
#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } what will happen if you executed this code?
Function calling procedures? and their differences? Why should one go for Call by Reference?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
how to find your architecture is LittleEndian or BigEndian?
Explain what are the standard predefined macros?
List some basic data types in c?
Can a variable be both constant and volatile?
Why shouldn’t I start variable names with underscores?
What is putchar() function?
What does return 1 means in c?
Explain what is wrong with this program statement?
Write a program to give following output..... ********* **** **** *** *** ** ** * * ** ** *** *** **** **** *********