Does c have function or method?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between procedure oriented and object oriented progaming language
main() { char *ptr = "Ramco Systems"; (*ptr)++; printf("%s\n",ptr); ptr++; printf("%s\n",ptr); } Find the Outputs?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
write an interactive program to generate the divisors of a given integer.
write a program that uses point of sale system. which are mainly used by retail markets, where the is a database inventory list, a slip should be printed for the customer. manage should be able to access what has been sold and what is left from stock?
What is the difference between far and near in c?
Write a program which take a integer from user and tell whether the given variable is squar of some number or not. eg: is this number is 1,4,9,16... or not
Explain what does the function toupper() do?
Explain logical errors? Compare with syntax errors.
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
Why cd or dvd are round why not square.
How pointer is different from array?