Can the size of an array be declared at runtime?
No Answer is Posted For this Question
Be the First to Post Answer
what is the differnce between AF_INET and PF_INET?
5 Answers Systems Plus, Wipro,
main() { int i; printf("%d",((i=1)*i-- - --i*(i=-3)*i++ + ++i)); } ans is 24 bt how?pls tell smbody............
Explain the concept and use of type void.
Why C language is a procedural language?
what is the difference between const volatile int i & volatile const int j;
What is the difference between union and anonymous union?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
Which is the memory area not included in C program? give the reason
Is exit(status) truly equivalent to returning the same status from main?
How can you return multiple values from a function?
write a programming in c to find the sum of all elements in an array through function.