Answer Posted / guest
it is a simple English alphabet C nothing else.
Is This Answer Correct ? | 8 Yes | 49 No |
Post New Answer View All Answers
What are pointers?
Why functions are used in c?
Do you know what are the properties of union in c?
Is there anything like an ifdef for typedefs?
What is the c language function prototype?
What is the difference between far and near ?
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
Can we assign integer value to char in c?
What do you mean by scope of a variable in c?
What is difference between structure and union?
write a program to find the given number is prime or not
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
What is the use of sizeof () in c?
What is the use of pointers in C?
What are keywords in c with examples?