What is the difference between %d and %i?
No Answer is Posted For this Question
Be the First to Post Answer
What is realloc in c?
What is c language used for?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
formula to convert 2500mmh2o into m3/hr
While compiling a c program,graphics header files are not including in my program..eg: <graphics.h>,what may be the problem...is there any environment settings exists.
Where in memory are my variables stored?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
write a c program to find largest of three numbers using simple if only for one time.
#include<stdio.h> void main() { int a=5,b=6,c; int x=(a<b)+7; int y=(x==7)*9; int z=(c=x+y)*2; printf("%h %h %h",x,y,z); } What is the output? Explain it.
What is the explanation for cyclic nature of data types in c?
plz answer.... write a program that reads line (using getline) e.g."345", converts each line to an integer using "atoi" and computes the average of all the numbers read. also compute the standard deviation.
Table of Sudoku n*n