hello freinds next week my interview in reliance,nybody has
an idea about it intervew questions..so tell
No Answer is Posted For this Question
Be the First to Post Answer
What is ambagious result in C? explain with an example.
What are 3 types of structures?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
What is getch () for?
What is a node in c?
Write a program or provide a pseudo code to flip the 2nd bit of the 32 bit number ! (Phone Screen)
What is a class?
What is abstract data structure in c?
Can a pointer be null?
write a program to display numbers from 1 to 10 and 10 to 1?
What are header files in c?
void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }