how can be easily placed in TCS.
No Answer is Posted For this Question
Be the First to Post Answer
What are the different data types in C?
Why pointers are used?
what is the output of the following code? main() { int I; I=0x10+010+10; printf("x=%x",I); } give detailed reason
write a c program to change only the 3rd bit of the particular number such that other bits are not affected.. if bitnum=10(say.. it can be any no..
What is strcpy() function?
what are the compilation steps? ( i want inside the compiler )
What is period operator in c?
Why is c called a mid-level programming language?
what are advantages of U D F?
why effort estimation is important?
what is the difference between declaration and definition of a variable or function ?
program for comparing 2 strings without strcmp()