When should structures be passed by values or by references?
No Answer is Posted For this Question
Be the First to Post Answer
How will you delete a node in DLL?
please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }
What are the two types of functions in c?
what is the advantage of function pointer
16 Answers CMC, CS, Freshdesk, L&T, LG Soft, Matrix, TCS,
what will be the output off the following program? #include<stdio.h> int main() { int a; a=015+0*71+5; printf("%d,a"); return0; }
Why we use conio h in c?
Describe the modifier in c?
wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }
program that accepts amount in figures and print that in words
2 Answers Infosys, Lovely Professional University, Wipro,
What are qualifiers?
What are the different types of linkage exist in c?
Is c easier than java?