what is level of tree if leaf node is at level 4.please
explain.
a C prog to swap 2 no.s without using variables just an array?
Is fortran faster than c?
What is the function of this pointer?
0 Answers Agilent, ZS Associates,
How would you obtain the current time and difference between two times?
define c
How can we see the Expanded source code and compiled code for our source program in C?
#include<stdio.h> int SumElement(int *,int); void main(void) { int x[10]; int i=10; for(;i;) { i--; *(x+i)=i; } printf("%d",SumElement(x,10)); } int SumElement(int array[],int size) { int i=0; float sum=0; for(;i<size;i++) sum+=array[i]; return sum; } output?
Why is c still so popular?
say the following declaration is correct nr not. int b=a,n=0;
How to write the code of the program to swap two numbers with in one statement?
Explain the ternary tree?
name the language for writing c compiler?