What is exit() function?
How can draw a box in cprogram without using graphics.h header file & using only one printf(); ?
pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?
2 Answers eClerx, Excel, kenexa,
how to find string length wihtout using c function?
What is int main () in c?
why i join syntel?
23 Answers ABC, Syntel, TCS,
What is memcpy() function?
What is main () in c?
Give differences between - new and malloc() , delete and free() ?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
write a program that will read the temperature in Celsius and convert that into Fahrenheit.
What are the different types of objects used in c?
what is the diff b/w static and non static variables in C. Give some examples plz.