Explain pointers in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
why 'c' is called middle level language.
How can I sort a linked list?
What is NULL pointer?
why should i select you?
What is a C array and illustrate the how is it different from a list.
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
Explain setjmp()?
A woman had somany gloves and hats 22 red,34 blue, 45 white...there was power cut and she took a glove and how many gloves shud she take so that she gets a pair of glove fr each color??
Difference Between embedded software and soft ware?
Explain argument and its types.
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.
How can I open files mentioned on the command line, and parse option flags?