Which is better pointer or array?
No Answer is Posted For this Question
Be the First to Post Answer
what does the following function print? func(int i) { if(i%2)return 0; eale return 1; } main() { int =3; i=func(i); i=func(i); printf("%d",i);}
write a program without using main function?
What are the restrictions of a modulus operator?
i want to know aptitude questions,technical questions
what are the various memory handling mechanisms in C ?
How can I write a function that takes a format string and a variable number of arguments?
why you will give me a job in TCS.
what are threads ? why they are called light weight processes ? what is the relation between process and threads ?
Find the output? void main() {float a=2.0; printf("\nSize of a ::%d",sizeof(a)); printf("\nSize of 2.0 ::%d",sizeof(2.0));}
11 Answers IBM, TCS,
How can I manipulate individual bits?
What is the difference between union and anonymous union?
Explain union. What are its advantages?