List some of the static data structures in C?
No Answer is Posted For this Question
Be the First to Post Answer
what is use of loop?
What is pass by reference in functions?
What are the advantages and disadvantages of c language?
what is diffrence between string and character array?
write a program to print infinte number
What is c basic?
Explain what are linked list?
write the function int countchtr(char string[],int ch);which returns the number of timesthe character ch appears in the string. for example the call countchtr("she lives in Newyork",'e') would return 3.
write a c code "if you give a any decimal number then print that number in english alphabet"? ex: i/p: 552 o/p: five hundred fifty two ...
#define FALSE -1 #define TRUE 1 #define NULL 0 main() { if(NULL) puts("NULL"); else if(FALSE) puts("TRUE"); else puts("FALSE"); }
program to print upper & lower triangle of a matrix
What is chain pointer in c?