What is volatile, register definition in C
No Answer is Posted For this Question
Be the First to Post Answer
What is pivot in c?
for(;;) printf("C language") What is out put of above??
2 Answers Practical Viva Questions,
Which of the following about the C comments is incorrect ? a.commentscan go over multiple lines b.comments can start any where in the line c.a line can contain comments with out any language statements d.comments can occur within comments
List the difference between a 'copy constructor' and a 'assignment operator' in C?
what is memory leak?
What is this infamous null pointer, anyway?
ABCDCBA ABC CBA AB BA A A
find largest element in array w/o using sorting techniques.
Write a program that will read the input of any number of digits n in a row of shafh showing the breakdown of the printing and printing figures by the recursive function.
struct node {struct node*temp,*new} prinf("%d",sizeof(struct node));
What is a nested loop?
Explain the properties of union.