What is advantage of pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
Why does this code crash?
What ios diff. Between %e & %f?
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
What is key word in c language?
How main function is called in c?
without using arithmatic operator convert an intger variable x into x+1
Write a c program to find, no of occurance of a given word in a file. The word is case sensitive.
Why is C language being considered a middle level language?
change to postfix a/(b+c*d-e)
write a c program to calculate the income tax of the employees in an organization where the conditions are given as. (I.T. = 0 if income <100000 I.T = 10% if income _< 200000 it = 20% if income >_ 200000)
7 Answers Consultancy, DBU, FD, JK Associates, Kobe, Satyam,
struct tag{ auto int x; static int y; };main() { struct tag s; s.x=4; s.y=5; printf(ā%dā,s.x); }
What are the advantages of the functions?