What is string function in c?
No Answer is Posted For this Question
Be the First to Post Answer
Why c is procedure oriented?
Give the output for the following program. #define STYLE1 char main() { typedef char STYLE2; STYLE1 x; STYLE2 y; clrscr(); x=255; y=255; printf("%d %d\n",x,y); }
What are header files why are they important?
Why Modern OS are interrupt driven?Give an example
What is an auto variable in c?
What is the purpose of scanf() and printf() functions?
1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=
How can I write functions that take a variable number of arguments?
What is #include cctype?
what is computer
What is the memory allocated by the following definition ? int (*x)[10];
what is function pointer?