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
where does malloc() function get the memory?
What is the difference between int main and void main?
What is array in C
Code for calculating square root without using library function, of math.h
What does 4d mean in c?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?
write a program to swap two numbers without using temporary variable?
Find string palindrome 10marks
5 Answers Honeywell, Infosys, Riktam, Roland,
What is the difference between single charater constant and string constant?
What is assert and when would I use it?
what is the difference between class and unio?