What is 1d array in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }
can we have joblib in a proc ?
What is the deal on sprintf_s return value?
How does free() know explain how much memory to release?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
what will be the output of this program? #include<stdio.h> #define cube(x) x*x*x void main() { int i,j=5; i=cube(j+3); printf("i=%d",i); }
a program that can input number of records and can view it again the record
Code for calculating square root without using library function, of math.h
What is pointers in c?
How to write a C program to determine the smallest among three nos using conditional operator?
What is a char in c?
How is null defined in c?