What is a list in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to check whether a number is prime or not using c?
Write a C program to multiply tho numbers without using arithmetic operator (+, -, *, /).
What is 1d array in c?
Are there constructors in c?
What are the application of c?
Are comments included during the compilation stage and placed in the EXE file as well?
What is null character in c?
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
FIND THE OUTPUT IF THE INPUT IS 5 5.75 void main() { int i=1; float f=2.25; scanf("%d%f",&i,&f); printf("%d %f",,i,f); } ANSWER IS 5 AND 2.25 WHY?
c program to manipulate x=1+3+5+...+n using recursion
how many keywords are available in 'c' language a) 32 b) 34 c) 45 d) 48
What is use of pointer?