What is the significance of c program algorithms?
What does %p mean?
What is the difference between the local variable and global variable in c?
how to find greatet of 10 numbers without using array?
what is the difference between #include<stdio.h> and #include "stdio.h" ?
Which type of language is c?
what is the output of below int n=10; (n++)++; printf("%d",n);
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
2 Answers Aricent, Manipal University,
Output for following program using for loop only * * * * * * * * * * * * * * *
How do you view the path?
what will be printed by this printf? printf("%c",printf("hi")["sharkselva"])); }
to find the program of matrix multiplication using arrays
when user give a number it multiply with 9 without useing '+' and '*' oprator