What is #include called?
How do we select the big element or any other operation from array which is read dynamically. user need to give the elements only no need to mention the size.
Write a program to implement queue.
Explain continue keyword in c
what is 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 structure packing ?
What is the relationship between pointers and data structure?
What are enumerated types?
program to find which character is occured more times in a string and how many times it has occured? for example in the sentence "i love india" the output should be i & 3.
What is use of pointer?
Program to find the absolute value of given integer using Conditional Operators
what is the difference between structural,object based,object orientd programming languages?