what are the 10 different models of writing an addition
program in C language?
No Answer is Posted For this Question
Be the First to Post Answer
What are the basic data types associated with c?
Where is c used?
If errno contains a nonzero number, is there an error?
a=(1,2,3); b=1,2,3; c=1,(2,3); d=(1,2),3; what's the value of 'a','b','c','d'
Explain how do you list files in a directory?
how can i print "hello".please consider inverted commas as well.i want to print on console: "hello"
How does #define work?
an algorithem for the implementation of circular doubly linked list
1. Write a C program to count the number of occurrence of a specific word in the given strings. (for e.g. Find how many times the word “live” comes in the sentence “Dream as if you’ll live forever, live as if you’ll die today ”)
Why flag is used in c?
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
totally how much header files r in c language