What is a dynamic array in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between NULL & NUL keywords in C?
Why functions are used in c?
difference between ordinary variable and pointer in C?
What is a segmentation fault?
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.
What is the difference between void main() and void main (void) give example programme?
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
What are two dimensional arrays alternatively called as?
Why pointers are used in c?
What are the types of operators in c?
How to add two numbers with using function?
Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....