What is a pointer in c plus plus?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of void pointer?
main() { int i; printf("%d",scanf"%d",&i))//if the input is 12 24 34 then wat will be the output }
Fifty minutes ago if it was four times as many mints past 3 o clock. how many minutes is it to six o'clock n how....?????
Can we include one C program into another C program if yes how?
Write a program to print prime nums from 1-20 using c programing?
what is the output for this question: main() { int i=1; printf("%d%d%d",i,i++,++i); }
Compare and contrast compilers from interpreters.
2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);
What is operator precedence?
explain what is an endless loop?
Given an array of length N containing integers between 1 and N, determine if it contains any duplicates.
what is the output of the program?? #include<stdio.h> main ( ) { int a=010,sum=0,tracker: for(tracker=0;tracker<=a;tracker++) sum+=tracker; printf(ā %d\nā,sum); } what is the difference between a=10 and a=010??