What is pivot in c?
No Answer is Posted For this Question
Be the First to Post Answer
What's the difference between constant char *p and char * constant p?
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
write a C code To reverse a linked list
What is #line in c?
what is d pitfalls of registers variables
What does void main return?
While(1) { } when this loop get terminate is it a infinite loop?
Why array is used in c?
How will you allocate memory to double a pointer?
Give the output for the following program. #define STYLE1 char main() { typedef char STYLE2; STYLE1 x; STYLE2 y; clrscr(); x=255; y=255; printf("%d %d\n",x,y); }
1 What is a Data Structure?
An entire structure variable can be assigned to another structure variable if __________
3 Answers Sasken, TCS, Tech Mahindra, Wipro,