What is the difference between char array and char pointer?
No Answer is Posted For this Question
Be the First to Post Answer
wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }
how can write all 1to 100 prime numbers using for loop,if and break ?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
What is c language and why we use it?
What is the difference between mpi and openmp?
What is the use of bitwise operator?
What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value
What is a dynamic array in c?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
What is void main () in c?
What are types of structure?
write a program to sum of its digit with using control structure or with out using loop. for ex: let the number is 25634 then answer will be=2+5+6+3+4=20