What is strcpy() function?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
What is c language and why we use it?
Write a c program for sum of first n terms of the series S = 1 - (1/3) + (1/5) -(1/7) + (1/9) ......
Apart from dennis ritchie who the other person who contributed in design of c language.
What is the Lvalue and Rvalue?
write a string copy function routine?
What are the types of variables in c?
Can we assign integer value to char in c?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
How do you print an address?
How is a null pointer different from a dangling pointer?
Derive the complexity expression for AVL tree?