what is used instead of pointers in java than c?
What is the restrict keyword in C?
code for find determinent of amatrix
int far *near * p; means
What are two dimensional arrays alternatively called as?
Write a program to check palindrome number in c programming?
Find the largest number from the given 2 numbers without using any loops and the conditional operator.
write a program in 'c' to find the value of p[i+1]^n.p,i,n are arguments of a macro and n is a integer
#include<stdio.h> #include<conio.h> # define swap(a,b) temp=a; a=b; b=temp; void main( ) { int i, j, temp; i=5; j=10; temp=0; if( i > j) swap( i, j ); printf( "%d %d %d", i, j, temp); }
Write a program to identify if a given binary tree is balanced or not.
How the c program is executed?
what are the files which are automatically opened when a c file is executed?
what is the stackpointer