What is an arrays?
Answer / Abrar Raza
"An array in C programming is a collection of elements of the same data type. The elements are stored in contiguous memory locations, and their indices start at 0"
| Is This Answer Correct ? | 0 Yes | 0 No |
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
What is void main ()?
Difference between fopen() and open()?
what is the output of the following program? main() { int c[]={2,8,3,4,4,6,7,5}; int j,*p=c,*q=c; for(j=0;j<5;j++) { printf("%d",*c); ++q; } for(j=0;j<5;j++) { printf("%d",*p); ++p; } }
How to create struct variables?
What is a sequential access file?
What are called c variables?
. Write a program to get a string and to convert the 1st letter of it to uppercase
write a C program to print the program itself ?!
How to explain the final year project as a fresher please answer with sample project
Write a C program to find the smallest of three integers, without using any of the comparision operators.
can we have joblib in a proc ?