I want tcs placement papers of 2004-2009 , its urgent
Post New Answer View All Answers
How will you divide two numbers in a MACRO?
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
Tell me what is null pointer in c?
Compare interpreters and compilers.
Is multithreading possible in c?
What is realloc in c?
How can you convert integers to binary or hexadecimal?
Explain which function in c can be used to append a string to another string?
What is extern storage class in c?
What is s or c?
What are the different types of data structures in c?
Can you please explain the difference between syntax vs logical error?
Who invented bcpl language?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration