explain what are pointers?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to find out prime number using sieve case?
Is stack a keyword in c?
please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }
what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits
How can you call a function, given its name as a string?
What is the best way to store flag values in a program?
What is #include in c?
What the advantages of using Unions?
Why does the call char scanf work?
what are the general concepts of c and c++
please help me.. how to write a code of this output?? "Enter range number:"10 1 is an odd number 2 is an even numbers 3 in an odd numbers 4 " to 10" "printing all odd numbers:" 1,3,5,7,9 "printing all even numbers:" 2,4,6,8,10 "sum of all odd numbers:25 "sum of all even numbers:30 using a C Programming ARRAY pleas pleas help.. its my project ..please :(
write a c program to store and print name,address,roll.no of a student using structures?