What is array in C
No Answer is Posted For this Question
Be the First to Post Answer
What is const and volatile in c?
Do variables need to be initialized?
Write a program that takes three variables(a,b,c) in as separate parameters and rotates the values stored so that value a goes to b,b,to c and c to a
What does static variable mean in c?
What's the difference between DELETE TABLE and TRUNCATE TABLE commands?
What kind of structure is a house?
What are the advantages and disadvantages of pointers?
Can you please compare array with pointer?
How many parameters should a function have?
write a function to swap an array a[5] elements like a[0] as a[5],a[1] as a[4],....a[5] as a[0].without using more than one loop and use one array not to use temp array?
What are the modifiers available in c programming language?
i want to make a program in which we use input having four digits(4321) and get output its reciprocal(1234).