What does main () mean in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to sort the elements in a given array in c language
write a program in reverse the string without using pointer,array,global variable declaration,lib fun only using a function?
WAP that prints the number from 1 to 100. but for multiplies of three print "XXX" instead of the number and for the multiplies of five print "YYY" . for number which are multiplies of both three and five print "ZZZ"
what is the Output? int a=4 b=3; printf("%d%d%d%d%d%d",a++,++a,a++,a++,++a,a++); printf("%d%d%d%d%d%d",b--,b--,--b,b--,--b,--b);
What are the key features in c programming language?
Design a program using an array that searches a number if it is found on the list of the given input numbers and locate its exact location in the list.
WHAT IS MAXIMUM SIZE OF AN ARRAY IN C LANGUAGE?
8 Answers Carphone Warehouse, IBM, SAS,
write the program for maximum of the following numbers? 122,198,290,71,143,325,98
what is meant by the "equivalence of pointers and arrays" in C?
Why do we use header files in c?
to find out the reverse digit of a given number
6 Answers Infosys, Microsoft, TCS, Wipro,
how to find the kth smallest element in the given list of array elemnts.