What is quick sort in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is string function in c?
How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include<stdio.h>...
# define x=1+4; main() { int x; printf("%d%d",x/2,x/4); }
How many main () function we can have in a project?
What is the mean of this statement:: if(int i=0 * i=9)
Example of friendly function in c++
An interactive c program to read basic salary of 15 persons. each person gets 25% of basic as HRA, 15%of basic as conveyance allowances, 10%of basic as entertainment allowances.The total salary is calculated by adding basic+HRA+CA+EA.Calculate how many out of 15 get salary above 10,000.Rs also print the salary of each employee
how can I convert a string to a number?
Write a function to find the area of a triangle whose length of three sides is given
code snippet for creating a pyramids triangle ex 1 2 2 3 3 3
Is flag a keyword in c?
hat is a pointer?