hi any body pls give me company name interview conduct "c"
language only
No Answer is Posted For this Question
Be the First to Post Answer
main() { int x=2, y=4 if ((x==2||y==4) x++ y++ if (y==4+1) { x=x+y; } y++; printf("The values of x and y are %d and %d."x,y); } What is the output?
wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }
Can we access RAM? How? Whats the range of access? Similarly What are other hardware we can access?
Expand the following LKB BKL FFG
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
Explain how can I convert a number to a string?
can anyone suggest some site name..where i can get some good data structure puzzles???
what does ‘Bus Error’ mean?
What are the types of arrays in c?
What is FIFO?
How to write a program for swapping two strings without using 3rd variable and without using string functions.