Do you know pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between call by value and call by reference in c language?
What is sorting in c plus plus?
Why are algorithms important in c program?
Write the Program to reverse a string using pointers.
Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
related proverb of "dont count your chicken before it hatches"
how can i get output the following... 5 4 3 2 1 4 3 2 1 3 2 1 2 1 1 and 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 plz plz...
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
Why is c so important?
What is getch?
What is the auto keyword good for?