What is the difference between static global and global ?
Answers were Sorted based on User's Feedback
Answer / leossk
Scope of the static variable is limited to that file, while
global is for all the files in that project space.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / shakti singh khinchi
Scope of static variable is limited to different function
calls for a file, whereas global variable exists in multiple
files.
| Is This Answer Correct ? | 2 Yes | 0 No |
why we cant create array of refrences
Which field is used in c++?
If dog is a friend of boy, and terrier derives from dog, is terrier a friend of boy?
Does c++ have string data type?
What is the difference between the compiler and the preprocessor?
What is void pointer in c++ with example?
What are the difference between reference variables and pointers in C++?
Is there any function that can skip certain number of characters present in the input stream?
What is an arraylist c++?
Assume an array of structure is in order by studentID field of the record, where student IDs go from 101 to 500. Write the most efficient pseudocode algorithm you can to find the record with a specific studentID if every single student ID from 101 to 500 is used and the array has 400 elements. Write the most efficient pseudocode algorithm you can to find a record with a studentID near the end of the IDs, say in the range from 450 to 500, if not every single student ID in the range of 101 to 500 is used and the array size is only 300
i want the NIC programmer-B model papaer pattren, iwant the all model papers?
What is c++ runtime?