What is pass by reference in functions?
No Answer is Posted For this Question
Be the First to Post Answer
Differentiate between a for loop and a while loop? What are it uses?
please send me the code for multiplying sparse matrix using c
Why is void main used?
main() { int x=2, y=4 if ((x==2||y==4) x++ y++ if (y==4+1) { x=x+y; } y++; printf("The values of x and y are %d and %d."x,y); } What is the output?
15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?
1. main() { printf("%d",printf("HelloSoft")); } Output?
Write a C program in Fibonacci series.
Why is C called a middle-level language?
What is quick sort in c?
How does struct work in c?
Are the variables argc and argv are local to main?
Write a program in C to convert date displayed in gregorian to julian date