how can be easily placed in TCS.
No Answer is Posted For this Question
Be the First to Post Answer
What is volatile
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.
p*=(++q)++*--p when p=q=1 while(q<=6)
What is include directive in c?
What is assert and when would I use it?
pgm in c to reverse string by word using array(god is love becomes love is god) (no additional array can used,space is only delimiter between words )
How are Structure passing and returning implemented by the complier?
What is c mainly used for?
What are data types in c language?
When is a void pointer used?
what is the program to display your name in any color?
why we shiuld use main keyword in C