WHAT IS RTGS N MINIMUM AMT TO B TRANSFERD N WHAT R THE
CHARGES ON MINIMUM AMT N IN WHICH BANK WE CAN DO IT?
Answer Posted / guest
PL ANS
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are the disadvantages of a shell structure?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
In C programming, how do you insert quote characters (‘ and “) into the output screen?
What does *p++ do?
What is the use of bitwise operator?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
Here is a good puzzle: how do you write a program which produces its own source code as output?
Can you subtract pointers from each other? Why would you?
Can you please explain the difference between strcpy() and memcpy() function?
What is restrict keyword in c?
What does the characters “r” and “w” mean when writing programs that will make use of files?
What are near, far and huge pointers?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
How to delete a node from linked list w/o using collectons?
What is volatile, register definition in C