Which function in C can be used to append a string to another string?
What is structure packing ?
What are the different categories of functions in c?
Where local variables are stored in c?
What is dynamic dispatch in c++?
How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
State the difference between realloc and free.
code for quick sort?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
write a program wch produces its own source code aas its output?
Program to find the absolute value of given integer using Conditional Operators
how can i get the string which is having two spaces at the end.suppose the string is "Hello World ".Now at the end i have two spaces.i need to print with that spaces .