why you will give me a job in TCS.

Answer Posted / roop

because of our increasing client

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between malloc() and calloc() in c?

569


How many header files are in c?

542


What is the advantage of an array over individual variables?

727


What is the difference between single charater constant and string constant?

615


The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?

650






What are control structures? What are the different types?

586


.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }

695


What is the scope of global variable in c?

547


I came across some code that puts a (void) cast before each call to printf. Why?

667


How can I write a function that takes a format string and a variable number of arguments?

597


What is extern storage class in c?

505


Write a program to show the change in position of a cursor using c

569


Why do we need functions in c?

541


What are identifiers and keywords in c?

558


What is the newline escape sequence?

576