What is the use of pointers in C?
No Answer is Posted For this Question
Be the First to Post Answer
What does nil mean in c?
The __________ attribute is used to announce variables based on definitions of columns in a table?
What is main return c?
Why doesnt that code work?
write a c program to find the roots of a quadratic equation ax2 + bx + c = 0
11 Answers CSC, St Marys, TATA,
Write a factorial program using C.
f=(x>y)?x:y a) f points to max of x and y b) f points to min of x and y c)error
Explain b+ tree?
Why main is not a keyword in c?
What is the restrict keyword in C?
Explain is it valid to address one element beyond the end of an array?
what will be the output off the following program? #include<stdio.h> int main() { int a; a=015+0*71+5; printf("%d,a"); return0; }