What is maximum size of array in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between i++ and i+1 ?(in terms of memory)
Can a file other than a .h file be included with #include?
write a c program in such a way that if we enter the today date the output should be next day's date.
void main() { char c; while(c=getchar()!='\n') printf("%d",c); } o/p=11 why?
Difference between data structure and data base.
7 Answers CTS, Value Labs, Zoho,
what is data structure.in linear and non linear data structures which one is better?Explain
Difference between C and Embedded C?
Explain function?
What is %g in c?
Is it valid to address one element beyond the end of an array?
Illustrate it summing the series 2+4+6+......to n terms using (i) while loop (ii) do-while loop
main() { char as[] = "\\0\0"; int i = 0; do{ switch( as[i++]) {case '\\' : printf("A"); break; case 0 : printf("B"); break; default : printf("C"); break; }} while(i<3); }
4 Answers Vector, Vector India,