Explain what does the function toupper() do?
No Answer is Posted For this Question
Be the First to Post Answer
Do you know what is the purpose of 'extern' keyword in a function declaration?
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,
who invented c
Difference between Function to pointer and pointer to function
which operator having lowest precedence?? a.)+ b.)++ c.)= d.)%
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
void main() { int i=5; printf("%d",i++ + ++i); }
explain what is fifo?
What should malloc(0) do?
du u know test pattern for robosoft? Plz share
1 Answers RoboSoft, TATA, Wipro,
How can I open a file so that other programs can update it at the same time?
What is restrict keyword in c?