What does %c mean in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is recursion in C
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
Give basis knowledge of web designing ...
What are qualifiers in c?
Why is structure important for a child?
What is file in c preprocessor?
What is Memory leakage ?
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.
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
How can I find the modification date of a file?
Write a program to add the following ¼+2/4+3/4+5/3+6/3+... (Like up to any 12 no.s)
What is sizeof int in c?