why you will give me a job in TCS.

Answer Posted / ashish

i wont give u a job!!!!

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Are the expressions * ptr ++ and ++ * ptr same?

673


What are the 5 organizational structures?

572


What is the value of h?

597


A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream

671


What does c mean before a date?

596






What are actual arguments?

652


What is the method to save data in stack data structure type?

612


What is the difference between int main and void main in c?

598


hi any body pls give me company name interview conduct "c" language only

1672


Why doesn't C support function overloading?

1624


What are lookup tables in c?

552


Differentiate between declaring a variable and defining a variable?

612


What are categories used for in c?

574


This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory

738


What is #ifdef ? What is its application?

651