What does c mean in standard form?
No Answer is Posted For this Question
Be the First to Post Answer
What does a pointer variable always consist of?
a simple program in c language
What is meaning of tree
What are disadvantages of C language.
Does c have enums?
What is the difference between abs() and fabs() functions?
Consider a language that does not have arrays but does have stacks as a data type.and PUSH POP..are all defined .Show how a one dimensional array can be implemented by using two stacks.
main() { char p[] = "hello world!"; p = "vector"; printf("%s",p); }
2 Answers Vector, Vector India,
Why can arithmetic operations not be performed on void pointers?
Is using exit() the same as using return?
Give the rules for variable declaration?
What are the data types present in c?