Explain which function in c can be used to append a string to another string?
What is the use of sizeof?
can anyone suggest some site name..where i can get some good data structure puzzles???
write a program that print itself even if the source file is deleted?
What is structure and union in c?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
Please write me a program to print the first 50 prime numbers (NOT between the range 1 -50)
What is the best way to store flag values in a program?
in which language c language is written?
What are different storage class specifiers in c?
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
11 Answers HCL, Vector, Vector India, Vector Solutions, Wipro,
Explain what does the format %10.2 mean when included in a printf statement?
what is the code for getting the output as * ** ***