Post New Answer View All Answers
Function calling procedures? and their differences? Why should one go for Call by Reference?
What is typedef?
What is the g value paradox?
What are identifiers in c?
What are type modifiers in c?
What is c programing language?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
Where local variables are stored in c?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
What is a const pointer in c?
Why is c so popular?
What does != Mean in c?
Explain how do you declare an array that will hold more than 64kb of data?