write a program to produce the following output; ABCDEFGFEDCBA ABCDEF FEDCBA ABCDE EDCBA ABCD DCBA ABC CBA AB BA A A
17 60331
Do pointers need to be initialized?
What is pointers in c?
Why main is used in c?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
Can we replace the struct function in tree syntax with a union?
What is string length in c?
What is the stack in c?
Explain what is the benefit of using enum to declare a constant?
Why is c platform dependent?
Discuss the function of conditional operator, size of operator and comma operator with examples.
How can you pass an array to a function by value?
Explain how do you determine whether to use a stream function or a low-level function?
Who developed c language?
What is adt in c programming?
What is structure in c language?