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?
1)what are limitations for recursive function? 2)write a program to read a text file and count the number of characters in the text file
How do you view the path?
What are the types of i/o functions?
What are multidimensional arrays?
main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
What is putchar() function?
write a program whose output will be- 1 12 123 1234
Find Index of least significant bit set in an Integer. ex. int value is say 10001000 results should be 4.
What are shell structures used for?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
How can I read a binary data file properly?