List the difference between a While & Do While loops?
Is main a keyword in c?
Do pointers need to be initialized?
Explain what does it mean when a pointer is used in an if statement?
What is && in c programming?
How will you write a code for accessing the length of an array without assigning it to another variable?
What is a nested loop?
how many key words availabel in c a) 28 b) 31 c) 32
What are nested functions in c?
How are structure passing and returning implemented?
Explain the ternary tree?
Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant
What is enumerated data type in c?
what is the basis for selection of arrays or pointers as data structure in a program
code for find determinent of amatrix