What does *p++ do?
No Answer is Posted For this Question
Be the First to Post Answer
Is python a c language?
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,
How does the assert() function work?
Explain how can you tell whether two strings are the same?
What is a program?
Why c language is called c?
What is union and structure in c?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
What is #include called?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
How can I get the current date or time of day in a c program?
How do you prevent buffer overflows in C?