Do you know what is a programing language ?
No Answer is Posted For this Question
Be the First to Post Answer
Write a C program to perform some of the operation which can be performed using Single linked list
what is develop in c language
Differentiate between new and malloc(), delete and free() ?
What is atoi and atof in c?
how to implement stack operation using singly linked list
Is main a keyword in c?
When should a type cast be used?
What is hashing in c language?
what is the difference between strcpy() and memcpy() function?
the number 138 is called well ordered number because the three digits in the number (1,3,8) increase from left to right (1<3<8). the number 365 is not well ordered coz 6 is larger than 5. write a program that wull find and display all possible three digit well ordered numbers. sample: 123,124,125,126,127,128,129,134 ,135,136,137,138,139,145,146,147 148 149,156.......789
WAP that prints the number from 1 to 100. but for multiplies of three print "XXX" instead of the number and for the multiplies of five print "YYY" . for number which are multiplies of both three and five print "ZZZ"
What is the use of keyword VOLATILE in C?