Explain how do you declare an array that will hold more than 64kb of data?
No Answer is Posted For this Question
Be the First to Post Answer
3. When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these
What is c++ used for today?
Does c have an equivalent to pascals with statement?
develop algorithms to add polynomials (i) in one variable
Why can’t constant values be used to define an array’s initial size?
how can i get output like this? 1 2 3 4 5 6
Why clrscr is used in c?
what is array?
code for copying two strings with out strcpy() function.
What are the advantages of using macro in c language?
What will the preprocessor do for a program?
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;