Please send me WIPRO technical question to my mail ID.. its
nisha_g28@yahoo.com please its urgent
No Answer is Posted For this Question
Be the First to Post Answer
How can I copy just a portion of a string?
Who developed c language and when?
How to reverse a string using a recursive function, without swapping or using an extra memory?
31 Answers Cisco, Mind Tree, Motorola, Ophio, Sony, TCS, Wipro,
main() { int x, arr[8]={11,22,33,44,55,66,77,88}; x=(arr+2)[3]; printf(ā%dā,x); }
What is the diffences between Windows XP and Windows Visa
Find occurence of a character in a sting.
Why does not use getgh(); and <conio.h> in c language.
What's wrong with "char *p = malloc(10);" ?
What is an array? What the different types of arrays in c?
What are header files in c?
How are 16- and 32-bit numbers stored?
c program to subtract between two numbers without using '-' sign and subtract function.