Explain what are multidimensional arrays?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
out put of printf(ā%dā,printf(ram));
DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?
I use turbo C which allocates 2 bytes for integers and 4 bytes for long. I tried to declare array of size 500000 of long type using the following code... long *arr; arr=(long *)(malloc)(500000 * sizeof(long)); It gives a warning that "Conversion may lose significant digits in function main"... And the resulting array size was very less around 8400 as compared to 500000. Any suggestions will be welcomed....
what is op? for(c=0;c=1000;c++) printf("%c",c);
Compare array data type to pointer data type
What is the default value of local and global variables in c?
What does do in c?
Explain 'bus error'?
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); }
int i=10; printf("%d %d %d", i, i=20, i);
Input is "Jack and jill went up a hill" To print output is 1-letter word(s)-1 2-letter words-1 3-letter words-1 4-letter words-4