Explain can the sizeof operator be used to tell the size of an array passed to a function?
No Answer is Posted For this Question
Be the First to Post Answer
Print all the palindrome numbers.If a number is not palindrome make it one by attaching the reverse to it. eg:123 output:123321 (or) 12321
What is "Duff's Device"?
How. To pass the entrance test
Is c is a low level language?
What is the output of the program #include<stdio.h> #include<conio.h> void main() {0 int i,j=20; clrscr(); for(i=1;i<3;i++) { printf("%d,",i); continue; printf("%d",j); break; } getch(); }
what is the use of ‘auto’ keyword?
What is a char in c?
I came across some code that puts a (void) cast before each call to printf. Why?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
0 Answers College School Exams Tests,
Is the C language is the portable language...If yes...Then Why...and if not then what is problem so it is not a Portable language..???
How do i store a paragraph into a string? for example, if i input a long paragraph, the program will read the words one by one and concatenate them until no word is left.
How can you access memory located at a certain address?