Answer Posted / sunil
You can use simple ASP script to lookup country code/name
from any ip addresses
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Differentiate between full, complete & perfect binary trees.
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
How can I recover the file name given an open stream or file descriptor?
What is the difference between array and pointer in c?
Difference between macros and inline functions? Can a function be forced as inline?
What are the features of the c language?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
What are register variables in c?
What does main () mean in c?
What is the difference between malloc() and calloc() function in c language?
How to get string length of given string in c?
What are the restrictions of a modulus operator?
What is the use of function overloading in C?
Where define directive used?
Is file a keyword in c?