Is fortran faster than c?
No Answer is Posted For this Question
Be the First to Post Answer
1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?
Write a program on swapping (100, 50)
How main function is called in c?
the expression a=30*1000+2768; evalutes to a) 32768 b) -32768 c) 113040 d) 0
Do you know the use of fflush() function?
What is 1d array in c?
What is volatile variable how do you declare it?
#ifdef TRUE int I=0; #endif main() { int j=0; printf("%d %d\n",i,j); }
yogesh patil in dell
int far *near * p; means
write a program to count the no of repaeted words in a line?
How to compare array with pointer in c?