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 .
What is the meaning of c in c language?
True or false: If you continuously increment a variable, it will become negative? 1) True 2) False 3) It depends on the variable type
write a program to remove occurrences the word from entered text?
An entire structure variable can be assigned to another structure variable if __________
3 Answers Sasken, TCS, Tech Mahindra, Wipro,
How can I handle floating-point exceptions gracefully?
How can I automatically locate a programs configuration files in the same directory as the executable?
the expression a=30*1000+2768; evalutes to a) 32768 b) -32768 c) 113040 d) 0
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
Write the program for displaying the ten most frequent words in a file such that your program should be efficient in all complexity measures.
what is void pointer?
about c language
Why is not a pointer null after calling free?