What is the difference between call by value and call by reference in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of 'register' keyword?
Is it possible to pass an entire structure to functions?
How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 2. Enter alphanumeric characters and form 2 array alphaets and digits.Also print the count of each array.
which of the following go out of the loopo if expn 2 becoming false a.while(expn 1){...if(expn 2)continue;} b.while(!expn 1){if(expn 2)continue;...} c.do{..if(expn 1)continue;..}while(expn 2); d.while(!expn 2){if(expn 1)continue;..}
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
Differentiate between a for loop and a while loop? What are it uses?
what is the use of pointers
What is the translation phases used in c language?
What are the restrictions of a modulus operator?
Explain why C language is procedural?
Explain how can I pad a string to a known length?