What is the purpose of void in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program for deleting duplicate elements in an array
no consistent academics. how to answer the question
char ch="{'H','I',0};printf("%s",ch);what is output
What are the __date__ and __time__ preprocessor commands?
Explain following declaration int *P(void); and int (*p)(char *a);
write a program that uses point of sale system. which are mainly used by retail markets, where the is a database inventory list, a slip should be printed for the customer. manage should be able to access what has been sold and what is left from stock?
int far *near * p; means
accept character from keyboard untill the user presses the enter key.If the user enters any character other than upper case(A-Z)alphabets program should stop taking any input
What is the explanation for modular programming?
What is a Deque?
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?
logic for generating all the combinations of the any number of given letters. ex::::::::: if a,b,c,d are given the o/p should be abcd,dcba,dbac,bcad,................ 4*3*2*1 combinations............