Describe how arrays can be passed to a user defined function
No Answer is Posted For this Question
Be the First to Post Answer
main() { intj; while9j<=10) { printf("\n%d",j); j=j+1; } }
What is function prototype in c with example?
Is c functional or procedural?
What is nested structure with example?
Can we declare a function inside a function in c?
What is the use of #include in c?
without using arithmatic operator solve which number is greater??????????
Difference between fopen() and open()?
What are the scope of static variables?
pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?
2 Answers eClerx, Excel, kenexa,
pgm in c to reverse string by word using array(god is love becomes love is god) (no additional array can used,space is only delimiter between words )
Differentiate between null and void pointers.