Write a program to implement queue.
How can I sort a linked list?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
Can we access the array using a pointer in c language?
c program to compute Income tax and Net Salary for its employees. The company offers tax relief of Kshs. 650 for single employees and Kshs. 1,100 for married employees. The relief will be deducted from the Gross salary, to give the taxable income. This will be computed at the following rates: [10mks] Taxable Income Rate (%) <5000 0 5000-19999 6 20000-36999 9 37000 and above 16
What is a dynamic array in c?
main() { int age; float ht; printf("Enter height and age"); scanf("%d%d",&height,&age); if((age<=20)&&(ht>=5)) {printf("She loves you");} else {printf("She loves you");} }
what is recursion in C
In c programming language, how many parameters can be passed to a function ?
Why structure is used in c?
to find out the reverse digit of a given number
6 Answers Infosys, Microsoft, TCS, Wipro,
What is sizeof c?
Explain the difference between structs and unions in c?