What is call by value in c?
No Answer is Posted For this Question
Be the First to Post Answer
Is main() is used in the program,,see below example? void main() { int i; for(i=0;i<10;i++) main(); } Then what is the output of the program?
Why c is a mother language?
Tell about strtok & strstr functions
2 Answers HCL, iFlex, Motorola,
How can I write a function that takes a format string and a variable number of arguments?
though sbi was nationalized why its not comes under nationalized banks and its comes under publicsector banks
3 Answers State Bank Of India SBI,
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
what is the different bitween abap and abap-hr?
Is c call by value?
write function to reverse char array ... without using second array
main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }
What is pointers in c with example?
What is a char in c?