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?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
How to draw the flowchart for structure programs?
Explain modulus operator. What are the restrictions of a modulus operator?
#include<stdio.h> void main() { char *str; long unsigned int add; str="Hello C"; add=&str[0]; printf("%c",add); } What is the output?
Write a programe print the sum of series 0,1,2,.....10
#include<stdio.h> int main() { int i=0,j=1,k=2,m,n=0; m=i++&&j++&&k++||n++; printf("%d,%d,%d,%d,%d",i,j,k,m,n); }
12 Answers Capital IQ, Sasken,
Difference between for loop and while loop?
Why cant I open a file by its explicit path?
why wipro wase
write a programe returns the number of times the character appears in the string
Is c procedural or functional?
What is actual argument?