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

Post New Answer

More C Interview Questions

Program to write some contents into a file using file operations with proper error messages.

2 Answers  


What is signed and unsigned?

0 Answers  


write a recursive program in'c'to find whether a given five digit number is a palindrome or not

2 Answers  


A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(

0 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

1 Answers  






Explain what is the benefit of using enum to declare a constant?

0 Answers  


will the program compile? int i; scanf(ā€œ%dā€,i); printf(ā€œ%dā€,i);

3 Answers  


If we have an array of Interger values, find out a sub array which has a maximum value of the array and start and end positions of the array..The sub array must be contiguious. Take the start add to be 4000. For Ex if we have an array arr[] = {-1,-2,-5,9,4,3,-6,8,7,6,5,-3} here the sub array of max would be {8,7,6,5} coz the sum of max contiguous array is 8+7+6+5 = 26.The start and end position is 4014(8) and 4020(5).

5 Answers   Microsoft, Motorola,


What should malloc() do? Return a null pointer or a pointer to 0 bytes?

0 Answers  


what is diffrence between string and character array?

1 Answers  


How do I use void main?

0 Answers  


What is the difference between single charater constant and string constant?

0 Answers  


Categories