What is assert and when would I use it?
How can you pass an array to a function by value?
what is the difference between normal variables and pointer variables..............
15 Answers HP, Infosys, Satyam, Vivekanand Education Society,
What are function pointers? Provide an example.
Write a program for finding factorial of a number.
What is the difference between test design and test case design?
Is it possible to create recycle bin in mobiles?
Why do we need arrays in c?
What are the advantages of using new operator as compared to the function malloc ()?
Differentiate between null and void pointers.
WAP to accept rollno,course name & marks of a student & display grade if total marks is above 200?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
What is true about the following C Functions a.Need not return any value b.Should always return an integer c.Should always return a float d.Should always return more than one value.