What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
No Answer is Posted For this Question
Be the First to Post Answer
? ???Mirror Mirror on the wall????????
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
What are the 5 elements of structure?
Name the language in which the compiler of "c" in written?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
5 Answers TCS, Vimukti Technologies,
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What is the difference between static and global variables?
How do you determine the length of a string value that was stored in a variable?
Do you know the use of fflush() function?
What is realloc in c?
What is difference between arrays and pointers?
What is the difference between array and linked list in c?