Explain the difference between call by value and call by reference in c language?
No Answer is Posted For this Question
Be the First to Post Answer
What is the right way to use errno?
Write a program to swap two numbers without using the third variable?
Write a C program where input is: "My name is xyz". output is: "xyz is name My".
Write the control statements in C language
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
All technical questions
#include<stdio.h> void main() { char *str; long unsigned int add; str="Hello C"; add=&str[0]; printf("%c",add); } What is the output?
What is uint8 in c?
How can I determine whether a machines byte order is big-endian or little-endian?
Every time i run a c-code in editor, getting some runtime error and editor is disposing, even after reinstalling the software what may be the problem?
du u know test pattern for robosoft? Plz share
1 Answers RoboSoft, TATA, Wipro,
Is c easier than java?