Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
No Answer is Posted For this Question
Be the First to Post Answer
what is the use of a array in c
Taking an example,differentiate b/w loader and linker ?
inline function is there in c language?
What are the loops in c?
How do you generate random numbers in C?
How does free() know explain how much memory to release?
What is meant by type casting?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
Is fortran still used today?
Write a program to print all the prime numbers with in the given range
8 Answers ABC, College School Exams Tests, TCS,
What is cohesion and coupling in c?
Given an array of numbers, except for one number all the others occur twice. Give an algorithm to find that number which occurs only once in the array.