How do I copy files?
No Answer is Posted For this Question
Be the First to Post Answer
List the variables are used for writing doubly linked list program.
What is a c token and types of c tokens?
write a c program to accept a given integer value and print its value in words
4 Answers Vernalis, Vernalis Systems,
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.
What is the use of void pointer and null pointer in c language?
What is an lvalue and an rvalue?
What is the value of y in the following code? x=7;y=0; if(x=6) y=7; else y=1;
Why shouldn’t I start variable names with underscores?
print out of string in this format; 1. "rajesh" 2. \n 3. %d
Which is better oop or procedural?
How does C++ help with the tradeoff of safety vs. usability?
if array a conatins 'n' elements and array b conatins 'n-1' elements.array b has all element which are present in array a but one element is missing in array b. find that element.
18 Answers Parexel, Ram Infotech, Zycus Infotech,