Is there sort function in c?
No Answer is Posted For this Question
Be the First to Post Answer
Why should I use standard library functions instead of writing my own?
what is bitwise operator?
1)what is the error in the following stmt where str is a char array and the stmt is supposed to traverse through the whole character string str? for(i=0;str[i];i++) a)There is no error. b)There shud be no ; after the stmt. c)The cond shud be str[i]!='\0' d)The cond shud be str[i]!=NULL e)i shud be initialized to 1
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?
main() { printf("hello"); fork(); }
write a programme to enter some number and find which number is maximum and which number is minimum from enterd numbers.
What is structure in c definition?
What does %f mean c?
Why is c not oop?
Explain how can I right-justify a string?
WHAT IS RTGS N MINIMUM AMT TO B TRANSFERD N WHAT R THE CHARGES ON MINIMUM AMT N IN WHICH BANK WE CAN DO IT?
difference between ordinary variable and pointer in C?