What is the purpose of 'register' keyword?
No Answer is Posted For this Question
Be the First to Post Answer
Do character constants represent numerical values?
What is #include stdio h and #include conio h?
Can i use “int” data type to store the value 32768? Why?
what will be the output of" printf("%d%d",scanf("%d% d",&a&b));"
what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }
Can we increase size of array in c?
Is fortran still used today?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
how to print 2-D array using a single for loop?
2 Answers Mind Tree, TCS, Value Labs,
what is event driven software and what is procedural driven software?
what is the use of fflush() function?
when i declare as: void main() { clrscr(); int a=10; printf("%d",a) } my problem that why generate a error in above programs. please tell me answer seriously .