How are pointers declared in c?
No Answer is Posted For this Question
Be the First to Post Answer
i need all types of question paper releted to "c" and other language.
Write a C program to read the internal test marks of 25 students in a class and show the number of students who have scored more than 50% in the test. Make necessary assumptions.
Write a function to find the area of a triangle whose length of three sides is given
What does s c mean on snapchat?
int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }
Explain the difference between malloc() and calloc() function?
How to throw some light on the b tree?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
What is the difference between int and float?
Write a C program to fill a rectangle using window scrolling
How can I handle floating-point exceptions gracefully?
What is a static variable in c?