Why do we need arrays in c?
No Answer is Posted For this Question
Be the First to Post Answer
write C code to reverse a string such that if i/p is "abc defg hij klmno pqrs tuv wxyz" and the o/p should be "cba gfed jih onmlk srqp vut zyxw"
What's a good way to check for "close enough" floating-point equality?
design and implement a program that reads floating-points numbers in a sentinel-controlled loop until the user terminates the program by entering zero.your program should determinate and print the smallest,largest and average of the supplied numbers.
What is the heap?
What is the advantage of an array over individual variables?
What header files do I need in order to define the standard library functions I use?
Why is c known as a mother language?
How to write the code of the program to swap two numbers with in one statement?
Explain what is the difference between #include and #include 'file' ?
Explain what is the use of a semicolon (;) at the end of every program statement?
Are negative numbers true in c?
Write a program to add a given duration with time(24hrs format)