What is the data segment that is followed by c?
No Answer is Posted For this Question
Be the First to Post Answer
regarding pointers concept
What are global variables and how do you declare them?
i need all types of question paper releted to "c" and other language.
what is difference between userlevel threads and kernel level threads ?what are the trades offs between these two approaches ? what approach is most frequently used and why ?
shorting algorithmS
what is the difference between #include<stdio.h> and #include"stdio.h" ?
How to swap two values using a single variable ? condition: Not to use Array and Pointer ?
What is the size of enum in c?
marge linklist
Why c is a mother language?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
int i=10; printf("%d %d %d", i, i=20, i);