Why functions are used in c?
How can I call fortran?
A array contains dissimilar element how can we count, and A array contains dissimilar element how can we store in another array with out repetition.
Can include files be nested? How many levels deep can include files be nested?
Tell me a C program to display the following Output? 1 1 1 1 1 2 2 2 2 3 3 3 4 4 5
Would you rather wait for the results of a quicksort, a linear search, or a bubble sort on a 200000 element array? 1) Quicksort 2) Linear Search 3) Bubble Sort
what is Array?
What is the o/p of the follow pgm? #include<stdio.h> main() { char char_arr[5]=”ORACL”; char c=’E’; prinf(“%s\n”,strcat(char_arr,c)); } a:oracle b. oracl c.e d.none
How can I access a memory located at certain address?
Is the exit() function same as the return statement? Explain.
0 Answers Agilent, ZS Associates,
How pointer is different from array?
What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);
Prove or disprove P!=NP.