What is the meaning of 2d in c?
No Answer is Posted For this Question
Be the First to Post Answer
Which is more efficient, a switch statement or an if else chain?
Q.11 Generate the following pattern using code in any language(c/c++/java) for n no. of rows 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
What is sorting in c plus plus?
how to compare two strings without using strcmp() function??
What is a ternary operator in c?
#include<stdio.h> main() {int i=1;j=1; for(;;) {if(i>5) break; else j+=1; printf("\n%d",j) i+=j; } }
how many argument we can pas in in a function
How we can insert comments in a c program?
can we define a function in structure?
What is the best way to store flag values in a program?
What are the characteristics of arrays in c?
What is d scanf?