Answer Posted / mr rafiq ahmad dar
an array is a fixed size sequenced collection of elements of same data type
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Create a simple code fragment that will swap the values of two variables num1 and num2.
will u please send me the placement papers to my mail???????????????????
What are the functions to open and close file in c language?
What are categories used for in c?
Difference between macros and inline functions? Can a function be forced as inline?
How can I convert a number to a string?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
List the difference between a While & Do While loops?
What is pass by reference in functions?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
What is the difference between c &c++?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
Can you please explain the difference between exit() and _exit() function?
What is the difference between fread buffer() and fwrite buffer()?
Can we compile a program without main() function?