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 meant by int main ()?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
What are keywords in c with examples?
What is a lookup table in c?
What does it mean when a pointer is used in an if statement?
How many data structures are there in c?
What is typedef example?
Is that possible to add pointers to each other?
wat is the difference between array and pointer?
What are the languages are portable and platform independent?Why they are like that?
What are the different types of control structures in programming?
Define circular linked list.