What does
stand for?
No Answer is Posted For this Question
Be the First to Post Answer
what are the advantage of pointer variables? write a program to count the number of vowels and consonants in a given string
how can u print a message without using any library function in c
what is inline function?
What is Bitwise Operator and how it works?
Explain how can a program be made to print the name of a source file where an error occurs?
How do you define a function?
What is difference between structure and union in c?
Is it possible to run a c program without using main?If yes HOW??
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR
Predict the output or error(s) for the following: 25. main() { printf("%p",main); }
What is pass by value in c?