How do you determine the length of a string value that was stored in a variable?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int i=400,j=300; printf("%d..%d"); }
c program to compute AREA under integral
wat is the meaning of c?
who did come first hen or agg
why u join this call center?
What are the characteristics of arrays in c?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
we all know about the function overloading concept used in C++ and we all learnt abt that.... but that concept is already came in C in a very smaller propotion ... my question is IN WHICH CONCEPT THERE IS A USE OF FUNCTION OVERLOADING IS USED in C language?????????????
What is calloc() function?
i=20,k=0; for(j=1;j<i;j=1+4*(i/j)) { k+=j<10?4:3; } printf("%d", k);
Explain the difference between structs and unions in c?
the operator for exponencation is a.** b.^ c.% d.not available