What are pointers?
No Answer is Posted For this Question
Be the First to Post Answer
without using arithmatic operator solve which number is greater??????????
Explain the priority queues?
why we use "include" word before calling the header file. is there any special name for that include??????
What is an expression?
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
How many keywords (reserve words) are in c?
What is variable in c example?
two variables are added answer is stored on not for third variable how it is possible?
Why is %d used in c?
Write a C program to convert an integer into a binary string?
What is the purpose of main( ) in c language?
How to write a code for random pick from 1-1000 numbers? The output should contain the 10 numbers from the range 1-1000 which should pick randomly, ie ,for each time we run the code we should get different outputs.