What is the function of multilevel pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }
Explain how can type-insensitive macros be created?
Rapunzel walks into the forest of forgetfullness. She meets a Lion who lies on Monday Tuesdays and Wednesdays and meets a rabbit who lies on Thurs fridays and saturdays . On that day both say that "I lied yesterday". What day is it .
What is the output of the program given below #include<stdio.h> main() { char i=0; for(;i>=0;i++) ; printf("%d\n",i); }
21 Answers ADITI, Student, TCS,
Give me the code of in-order recursive and non-recursive.
What is the use of extern in c?
What is double pointer?
What is the Purpose of 'extern' keyword in a function declaration?
When would you use a pointer to a function?
actually i have 2 years teaching experience as computer faculty but now i am a DBA but when i go for interview many peoples asked me why i left my teaching profession and why i want to come in this field kindly give me the proper answer of this queston
What is the right type to use for boolean values in c?
control 50 devices which has 2 states on and off.using bitwise operator.plz answer it its urgent