Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
No Answer is Posted For this Question
Be the First to Post Answer
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
Write a c program using for loop in switch case?
what value is returned to operating system after program execution?
What is the basic structure of c?
what is void pointer?
Dont ansi function prototypes render lint obsolete?
#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?
how can f be used for both float and double arguments in printf? Are not they different types?
2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);
if the address of a[1,1] and a[2,1] are 1000 and 1010 respectively and each occupies 2 bytes then the array has been stored in what order?
4 Answers Amazon, Apple, Bata, Google, NASA,
Can u please send me the exam pattern and also Previous papers to javed123go@gmail.com
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit