What does c value mean?
No Answer is Posted For this Question
Be the First to Post Answer
What is meant by int main ()?
How do I declare a pointer to an array?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
write a function which accept two numbers from main() and interchange them using pointers?
Why n++ execute faster than n+1 ?
can we initialize all the members of union?
Are local variables initialized to zero by default in c?
What is equivalent to ++i+++j?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
what is link list?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} what would be the output?
Is it acceptable to declare/define a variable in a c header?