What is file in c preprocessor?
No Answer is Posted For this Question
Be the First to Post Answer
How to Throw some light on the splay trees?
how to generate sparse matrix in c
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
Do character constants represent numerical values?
1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?
explain what are pointers?
please send me the code for multiplying sparse matrix using c
Just came across this question, felt worth sharing, so here it is I want you to make a C/C++ program that for any positive integer n will print all the positive integers from 1 up to it and then back again! Let's say n=5 I want the program to print: 1 2 3 4 5 4 3 2 1. Too easy you say? Okay then... You can ONLY USE: 1 for loop 1 printf/cout statement 2 integers( i and n) and as many operations you want. NO if statements, NO ternary operators, NO tables, NO pointers, NO functions!
what is computer
how to find sum of digits in C?
Where register variables are stored in c?
Explain the difference between fopen() and freopen().