What does emoji p mean?
No Answer is Posted For this Question
Be the First to Post Answer
when to use : in c program?
What are the two forms of #include directive?
how many times of error occur in C
Why does everyone say not to use scanf? What should I use instead?
how to create duplicate link list using C???
program to find a smallest number in an array
What is a static variable in c?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
what is array?
write a addition of two no. program with out using printf,scanf,puts .
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?
What is #include cctype?