Why double pointer is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is the meaning of 'c' language
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
Explain what a Binary Search Tree is.
Write a program that will read the input of any number of digits n in a row of shafh showing the breakdown of the printing and printing figures by the recursive function.
What is the output of the program #include<stdio.h> #include<conio.h> void main() {0 int i,j=20; clrscr(); for(i=1;i<3;i++) { printf("%d,",i); continue; printf("%d",j); break; } getch(); }
What is property type c?
Write a program to print “hello world” without using semicolon?
Is c functional or procedural?
What are the keywords in c?
when user give a number it multiply with 9 without useing '+' and '*' oprator
What are pointers?
0 Answers Accenture, Tavant Technologies, Zensar,
Explain how can you check to see whether a symbol is defined?