What is the difference between test design and test case
design?
No Answer is Posted For this Question
Be the First to Post Answer
what is purpose of fflush(stdin) function
Difference between Shallow copy and Deep copy?
What is scanf () in c?
String concatenation
Why isn't any of this standardized in c? Any real program has to do some of these things.
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
Is it fine to write void main () or main () in c?
What are the different types of objects used 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,
I need to take a sentence from input and sort the words alphabetically using the C programming language. Note: This is C not C++. qsort and strtok not allowed
ASCII stands for
HOW TO FIND OUT THE RREVERS OF A GIVEN DIGIT NUMBER IF IT IS INPUT THROUGH THE KEYBORD BY USING C LANGUAGE