What is the function of multilevel pointer in c?
different between overloading and overriding
Find the highest of three numbers and print them using ascending orders?
What are the languages are portable and platform independent?Why they are like that?
What are the concepts introduced in OOPs?
who will call your main function in c under linux?
who did come first hen or agg
write the function int countchtr(char string[],int ch);which returns the number of timesthe character ch appears in the string. for example the call countchtr("she lives in Newyork",'e') would return 3.
Is null equal to 0 in sql?
What is the general form of a C program?
What are multibyte characters?
can we write a c program with out using main
What are the advantages of using new operator as compared to the function malloc ()?