What do you mean by scope of a variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is c programing language?
What is nested structure?
what is the difference between 123 and 0123 in c?
Differentiate between calloc and malloc.
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.
/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*
How do you redirect a standard stream?
How the C program can be compiled?
What is the use of header?
write an algorithm and c program to add two 2x2 matrics
What are data structures in c and how to use them?
What is the full form of getch?