What are the uses of null pointers?
No Answer is Posted For this Question
Be the First to Post Answer
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
What are the types of functions in c?
True or false: If you continuously increment a variable, it will become negative? 1) True 2) False 3) It depends on the variable type
Diff between for loop and while loop?
what is difference between ++(*p) and (*p)++
17 Answers Accenture, HCL, IBM,
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
how to get starting address of a running C program
disadvantages of realloc ?
in b=6.6/a+(2*a+(3*c)/a*d)/(2/n); which operation will be performed first a) 6.6/a b) 2*a c) 3*c d) 2/n