What is a constant and types of constants in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a code of a general series where the next element is the sum of last k terms.
What will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf("%d",x); }
What is a pointer value and address in c?
what are two categories of clint-server application development ?
What is #line used for?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
5 Answers ABS, Accenture, HCL, Infosys, Infotech, SoftSolve, Software India, TCS, Vertex, Vimukti Technologies,
Write a program that his output * *** *****
do you think its fraud or original company?
write a c program for greatest of three numbers without using if statment
increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {
Explain what is the advantage of a random access file?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....