Answer Posted / valli
sorry
after for loop it is not
s[i]=s2[i]
but
correct one is
s2[i]=s[i];
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is an endless loop?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
What is the advantage of a random access file?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
How can you convert integers to binary or hexadecimal?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
What is null pointer in c?
Explain what is meant by high-order and low-order bytes?
swap 2 numbers without using third variable?
What is #include stdio h?
How can type-insensitive macros be created?
What is extern keyword in c?
What is wrong with this declaration?
find out largest elemant of diagonalmatrix