What is the difference between printf and scanf )?
No Answer is Posted For this Question
Be the First to Post Answer
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
what does static variable mean?
How can I find out how much free space is available on disk?
How does sizeof know array size?
What are signals in C?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
Write a code to remove duplicates in a string.
write a program which counts a product of array elements lower than 10.
Is c still used in 2019?
if ENTERED FIVE DIGITS DESIGN A PROGRAM THAT WILL FIND CORRESPONDING VALUE FROM ASCII TABLE
WAP that prints the number from 1 to 100. but for multiplies of three print "XXX" instead of the number and for the multiplies of five print "YYY" . for number which are multiplies of both three and five print "ZZZ"
what is a stack