Why functions are used in c?
How can you increase the size of a statically allocated array?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
What is the difference between the = symbol and == symbol?
what is the format specifier for printing a pointer value?
Can we change the value of static variable in c?
Who is the main contributor in designing the c language after dennis ritchie?
int far *near * p; means
What are the advantages and disadvantages of c language?
What is an arrays?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
What is meant by type casting?
What language is lisp written in?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
Describe the header file and its usage in c programming?