Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
No Answer is Posted For this Question
Be the First to Post Answer
write the function int countchtr(char string[],int ch);which returns the number of timesthe character ch appears in the string. for example the call countchtr("she lives in Newyork",'e') would return 3.
how many times does the loop iterated ? for (i=0;i=10;i+=2) printf("Hi\n");
how to find binary of number?
C program to find frequency of each character in a text file?
Can main () be called recursively?
What are macros in C?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
What is the method to save data in stack data structure type?
how can we use static and extern?and where can we use this?
What is double pointer?
What is the use of a conditional inclusion statement in C?