When should I declare a function?
No Answer is Posted For this Question
Be the First to Post Answer
What are preprocessor directives?
1 What is a Data Structure?
array contains zeros and ones as elements.we need to bring zeros one side and one other side in single parse. ex:a[]={0,0,1,0,1,1,0,0} o/p={0,0,0,0,0,1,1,1}
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); }
27 Answers Advent Global Solutions, CitiGroup, Valeo Lighting Systems India Private Limited, Vishal Transformers, Wipro, Zencer,
What are valid signatures for the Main function?
What is 2 d array in c?
Can we increase size of array in c?
advantages of pointers?
how to generate sparse matrix in c
Did c have any year 2000 problems?
how can we use static and extern?and where can we use this?
What are comments and how do you insert it in a C program?