What is c standard library?
No Answer is Posted For this Question
Be the First to Post Answer
how to find that no is int or float?
How can I increase the allowable number of simultaneously open files?
You are given a string which contains some special characters. You also have set of special characters. You are given other string (call it as pattern string). Your job is to write a program to replace each special characters in given string by pattern string. You are not allowed to create new resulting string. You need to allocate some new memory to given existing string but constraint is you can only allocate memory one time. Allocate memory exactly what you need not more not less.
two progs are given. one starts counting frm 0 to MAX and the other stars frm MAX to 0. which one executes fast.
do ne body have any idea about the salary for the we r going to have interview. yup .. u got it right ..i m talking abt NIC.
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
What is period operator in c?
What is the difference between null pointer and the void pointer?
print a "hello" word without using printf n puts in c language
Calculate 1*2*3*____*n using recursive function??
How can I recover the file name given an open stream or file descriptor?
What is the difference between Printf(..) and sprint(...) ?