What are different types of pointers?
No Answer is Posted For this Question
Be the First to Post Answer
without using arithmatic operator solve which number is greater??????????
What is pointer in c?
What is #include stdio h and #include conio h?
Write a c program to demonstrate Type casting in c?
What do header files do?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
Write down the program to sort the array.
How to swap two values using a single variable ? condition: Not to use Array and Pointer ?
What is Generic pointer? What is the purpose of Generic pointer? Where it is used?
Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer
User define function contain thier own address or not.
Write a c code segment using a for loop that calculates and prints the sum of the even integers from 2 to 30, inclusive?