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 .
Differentiate call by value and call by reference?
why you will give me a job in TCS.
What is huge pointer in c?
What is omp_num_threads?
what is diff b/w huge & far & near pointer??
List a few unconditional control statement in c.
Explain what math functions are available for integers? For floating point?
how to display 2-D array elements in spiral
What is the argument of a function in c?
Write a factorial program using C.
How to print all the 26 alphabets in this order in C. AbCdEfGh..... it should print dynamically from a to z and do not print this using pgm like this print("Ab......"); Use loops or anything to print all alphabets
Tell us the use of fflush() function in c language?