what is stack , heap ,code segment,and data segment
No Answer is Posted For this Question
Be the First to Post Answer
helllo sir give me some information of the basic information the c as printf ,scanf , %d ,%f and why is the main use of these.
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
How to reverse a linked list
1 Answers Aricent, Fidelity, IBM, TCS,
Which header file should you include if you are to develop a function which can accept variable number of arguments?
In header files whether functions are declared or defined?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
How can you find the day of the week given the date?
When is a void pointer used?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile