while initialization of array why we use a[][2]
why not a[2][]...?
No Answer is Posted For this Question
Be the First to Post Answer
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
What is the use of typedef in c?
Write the Program to reverse a string using pointers.
what is op? for(c=0;c=1000;c++) printf("%c",c);
write a program to delete an item from a particular location of an linear array?
What is calloc malloc realloc in c?
What is the usage of the pointer in c?
What do you mean by a local block?
WRITE A C PROGRAM TO FIND SECOND BIGGEST VALUE FROM THE GIVEN VALUES
write a c/c++ program that takes a 5 digit number and calculates 2 power that number and prints it?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
what is uses of .net