What is a nested loop?
No Answer is Posted For this Question
Be the First to Post Answer
#include<stdio.h> main() { int a=1; int b=0; b=++a + ++a; printf("%d %d",a,b); }
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
Why doesnt the call scanf work?
Why pointers are used in c?
why 'c' is called middle level language.
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
Explain #pragma in C.
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
while initialization of array why we use a[][2] why not a[2][]...?
In C language, a variable name cannot contain?
Explain about C function prototype?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?