Explain the difference between call by value and call by reference in c language?
No Answer is Posted For this Question
Be the First to Post Answer
List out few of the applications that make use of Multilinked Structures?
Can you think of a logic behind the game minesweeper.
What is 1d array in c?
How do you use a pointer to a function?
Write a program to print fibonacci series using recursion?
What is the use of sizeof?
plz answer....A program that takes 3 variables e.g a,b,c in as seperate parameters and rotates the values stored so that value goes a to b, b to c and c to a .
write a programe returns the number of times the character appears in the string
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..
Explain the difference between null pointer and void pointer.
How do we print only part of a string in c?
Explain what is the heap?