What is array of pointers to string?
No Answer is Posted For this Question
Be the First to Post Answer
What is preprocessor with example?
What is the difference between ‘g’ and “g” in C?
question-how to run a c programme.
Why is event driven programming or procedural programming, better within specific scenario?
how many header file is in C language ?
44 Answers College School Exams Tests, CTS, IBM, IMS, Infosys, ME, Sign Solutions, Wipro, XVT,
Write a code to generate a series where the next element is the sum of last k terms.
Why does everyone say not to use scanf? What should I use instead?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
Explain the use of keyword 'register' with respect to variables.
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
#include<stdio.h> #include<conio.h> void main() { char ch='\356'; printf("%d",ch); } o/p=-18 why?plz.explain
What is the use of #define preprocessor in c?