What are different types of variables in c?
No Answer is Posted For this Question
Be the First to Post Answer
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
Why do we use & in c?
write an algorithm to get a sentence and reverse it in the following format: input : I am here opuput: Here Am I note: first letter of every word is capiatlised
write a c program to find largest of three numbers using simple if only for one time.
how does printf function work
What is new line escape sequence?
How to print all the 26 alphabets in this order in C. AbCdEfGh..... it should print dynamically from a to z and do not print this using pgm like this print("Ab......"); Use loops or anything to print all alphabets
explain what are actual arguments?
write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR
Can we include one C program into another C program if yes how?
what information does the header files contain?
6 Answers BSNL, Cisco, GDA Technologies,
Write a program to print ASCII code for a given digit.