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?
What is the relationship between pointers and data structure?
What is the difference between the = symbol and == symbol?
Is an array parameter is always "by reference" ?
Is it fine to write void main () or main () in c?
What are the advantages of union?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
What is hungarian notation? Is it worthwhile?
Explain how do you override a defined macro?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
write a program to print the all 4digits numbers & whose squares must me even numbers?
Why do we need a structure?