what is the diffrenet bettwen HTTP and internet protocol
No Answer is Posted For this Question
Be the First to Post Answer
why effort estimation is important?
write a program to print sum of each row of a 2D array.
Why is this loop always executing once?
What is data structure in c programming?
WAP to accept first name,middle name & last name of a student display its initials?
write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR
write a own function for strstr
palindrome for strings and numbers----Can anybody do the prog?
6 Answers CTS, TCS, Vipro Lifescience Pvt,
write a programming in c language, 1 3 5 7 9 11
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); }
27 Answers Advent Global Solutions, CitiGroup, Valeo Lighting Systems India Private Limited, Vishal Transformers, Wipro, Zencer,
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
How can I read a directory in a c program?