What is the stack in c?
No Answer is Posted For this Question
Be the First to Post Answer
What do mean by network ?
What is sizeof in c?
List the variables are used for writing doubly linked list program.
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
What is use of pointer?
What are predefined functions in c?
question-how to run a c programme.
Taking an example,differentiate b/w loader and linker ?
main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }
22 Answers NDS, TCS,
Explain About fork()?
What is difference between far and near pointers?
how many keywords do C compile?
7 Answers Microsoft, Practical Viva Questions,