How to reverse alternate words in a given line of string
For Eg: my name is narasimha
output : my eman is ahmisaran
No Answer is Posted For this Question
Be the First to Post Answer
write a program to arrange the contents of a 1D array in ascending order
typedef struct { int i:8; char c:9; float f:20; }st_temp; int getdata(st_temp *stptr) { stptr->i = 99; return stptr->i; } main() { st_temp local; int i; local.c = 'v'; local.i = 9; local.f = 23.65; printf(" %d %c %f",local.i,local.c,local.f); i = getdata(&local); printf("\n %d",i); getch(); } why there there is an error during compiling the above program?
Explain demand paging.
write a program for even numbers?
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...
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
5 Answers ABS, Accenture, HCL, Infosys, Infotech, SoftSolve, Software India, TCS, Vertex, Vimukti Technologies,
What's the difference between DELETE TABLE and TRUNCATE TABLE commands?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
Explain low-order bytes.
write the program to find multiplication of 2-D matrix??????????
write a c program to find the roots of a quadratic equation ax2 + bx + c = 0
11 Answers CSC, St Marys, TATA,
to find out the reverse digit of a given number
6 Answers Infosys, Microsoft, TCS, Wipro,