What is the explanation for modular programming?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to find out number of on bits in a number?
whether itis a structured language?
What would be an example of a structure analogous to structure c?
What are linked lists in c?
name the language for writing c compiler?
What is the -> in c?
int arr[] = {1,2,3,4} int *ptr=arr; *(arr+3) = *++ptr + *ptr++; Final contents of arr[]
What is pre-emptive data structure and explain it with example?
What is const and volatile in c?
I have an array of 100 elements, each of which is a random integer. I want to know which of the elements: a) are multiples of 2 b) are multiples of 2 AND 5 c) have a remainder of 3 when divided by 7
C,c++, Java is all are structural oriented or procedure oriented language..?
WAP to accept first name,middle name & last name of a student display its initials?