Explain what is wrong with this statement? Myname = ?robin?;
No Answer is Posted For this Question
Be the First to Post Answer
find the sum of two matrices and WAP for it.
which one of follwoing will read a character from keyboard and store in c a)c=getc() b)c=getchar() c)c=getchar(stdin) d)getc(&c) e)none
How can you convert integers to binary or hexadecimal?
#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }
How to calculate sum
what is op? for(c=0;c=1000;c++) printf("%c",c);
what are the static variables
8 Answers HCL, iFlex, TCS, Wipro,
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
Is struct oop?
Where can I get an ansi-compatible lint?
how can f be used for both float and double arguments in printf? Are not they different types?
write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..