What is a static function in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a C program that defines a 2-dimentional integer array called A [50][50]. Then the elements of this array should randomly be initialized either to 1 or 0. The program should then print out all the elements in the diagonal (i.e. a[0][0], a[1][1],a[2][2], a[3][3], ……..a[49][49]). Finally, print out how many zeros and ones in the diagonal.
Where is c used?
What does struct node * mean?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
Where static variables are stored in memory in c?
HOW DO YOU HANDLE EXCEPTIONS IN C?
pgm to find middle element of linklist(in efficent manner)
1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?
matrix multiplication fails introspect the causes for its failure and write down the possible reasons for its failurein c language.
What are all different types of pointers in c?
What are the different types of endless loops?
What is that continue statement??