Answer Posted / devvv
rthi computers
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
Who invented b language?
How do I swap bytes?
What are the string functions? List some string functions available in c.
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
What is a stream?
Are there namespaces in c?
What are header files in c?
What is a scope resolution operator in c?
regarding pointers concept
What are register variables? What are the advantage of using register variables?
Can we use visual studio for c?
What is meant by recursion?
How does pointer work in c?
How can you pass an array to a function by value?