I want tcs placement papers of 2004-2009 , its urgent
Answer Posted / prashant bansal
ya, i want tcs papers
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Tell us two differences between new () and malloc ()?
Why #include is used in c language?
When can you use a pointer with a function?
Write a program to reverse a given number in c language?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
Explain low-order bytes.
What's the difference between constant char *p and char * constant p?
What type is sizeof?
Why is struct padding needed?
What is a #include preprocessor?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
What are preprocessor directives in c?
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.
What are the disadvantages of external storage class?
Define C in your own Language.