Difference between pass by reference and pass by value?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between scanf and fscanf?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
When is a null pointer used?
How do I access command-line arguments?
Explain how do you list a file’s date and time?
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.
what is object oriental programing?
convert 0.9375 to binary
What will be your course of action for a push operation?
What is a built-in function in C?
write a program for fibonaci series by using while loop in c?