What is 1d array in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of 'register' keyword?
Go through the following code sinippet char a[20]; a="Hello Orcale Test"; will this compile?
control 50 devices which has 2 states on and off.using bitwise operator.plz answer it its urgent
why programming language C is still used in operating system's kernel??
What is the difference between i++ and i+1 ?(in terms of memory)
What is the difference between a string and an array?
write a program to display the numbers in the following format 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 2 2 2 2 2 3 3 3 4
Explain what is a pragma?
What is masking?
program for comparing 2 strings without strcmp()
How to set a variable in the environment list?
Explain two-dimensional array.