I want tcs placement papers of 2004-2009 , its urgent
Answers were Sorted based on User's Feedback
what is the difference between exit() and _exit() functions?
any string of bits of length 'n' represents a unique non- negative integer between.............?
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
What does struct node * mean?
how to set Nth bit of a variable?
Main must be written as a.the first function in the program b.Second function in the program c.Last function in the program d.any where in the program
19 Answers CTS, HCL, TCS,
int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }
while running a program, i got the msg that press return key to exit.what that mean in C as there are no such options as far i know.
What is the correct code to have following output in c using nested for loop?
#include <stdio.h> #define sqr(x) (x*x) int main() { int x=2; printf("value of x=%d",sqr(x+1)); } What is the value of x?
16 Answers Accel Frontline, Opera, Oracle,
Explain why C language is procedural?
Binary tree traversing