What is the difference between a string and an array?
Write a program to generate random numbers in c?
main() { int a = 65; printf(“%d %o %x”,a,a,a); } Output 65 101 41 Please explain me.How it is coming like that?
What is structure pointer in c?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
What is structure in c explain with example?
Explain the properties of union.
What are the uses of pre-processor directives?
Program to find the absolute value of given integer using Conditional Operators
Can an array be an Ivalue?
Can you mix old-style and new-style function syntax?
Table of Sudoku n*n
Which header file should you include if you are to develop a function which can accept variable number of arguments?