How can I read/write structures from/to data files?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
What is difference between Structure and Unions?
main() { intx=2,y=6,z=6; x=y=z; printf(%d",x) }
5 Answers Amazon, HCL, Thought Works,
What is pre-emptive data structure and explain it with example?
What are the usage of pointer in c?
What are types of functions?
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
Whats s or c mean?
in linking some of os executables are linking name some of them
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
int main() { int i=1; switch(i) { case '1': printf("hello"); break; case 1: printf("Hi"); break; case 49: printf("Good Morning"); break; } return 0; }
how to make a scientific calculater ?