What is malloc return c?
No Answer is Posted For this Question
Be the First to Post Answer
pascal triangle program
Explain what are the different file extensions involved when programming in c?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
What is the use of parallelize in spark?
What is void c?
Q.11 Generate the following pattern using code in any language(c/c++/java) for n no. of rows 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
how can i sort numbers from ascending order and descending order using turbo c..
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
What is the difference between i++ and i+1 ?(in terms of memory)
Explain the difference between null pointer and void pointer.
How can you return multiple values from a function?