Why can’t constant values be used to define an array’s initial size?
No Answer is Posted For this Question
Be the First to Post Answer
How do you list a file’s date and time?
Explain do array subscripts always start with zero?
what is the maximum limit of row and column of a matrix in c programming. in linux .
write a progam to display the factors of a given number and disply how many prime numbers are there?
What are the different types of linkage exist in c?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
Give basis knowledge of web designing ...
Do variables need to be initialized?
main() {int a=200*200/100; printf("%d",a); }
What is the relationship between pointers and data structure?
how we do lcm of two no using c simple if while or for statement
how to find the size of the data type like int,float without using the sizeof operator?