What are the advantages of external class?
No Answer is Posted For this Question
Be the First to Post Answer
Print all numbers which has a certain digit in a certain position eg: number=45687 1 number=4 2 number=5 etc
main() { int x=5,y=10,z=0; x=x++ + y++; y=y++ + ++x; z=x++ + ++y; printf("%d%d%d\n",x,y,z); }
Without Computer networks, Computers will be half the use. Comment.
how to find the kth smallest element in the given list of array elemnts.
what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }
difference of two no's with out using - operator
Difference between constant pointer and pointer to a constant.
How can I change the size of the dynamically allocated array?
Are there any problems with performing mathematical operations on different variable types?
What is structure in c definition?
which type of aspect you want from the student.
How can I do serial ("comm") port I/O?