Can a pointer be static?
No Answer is Posted For this Question
Be the First to Post Answer
Should I learn data structures in c or python?
A C E G H +B D F A I ------------ E F G H D
what is the difference between declaration ,defenetion and initialization of a variable?
how to impliment 2 or more stacks in a single dimensional array ?
Explain argument and its types.
What are the 4 types of unions?
wap to print "hello world" without using the main function.
Give the output for the following program. #define STYLE1 char main() { typedef char STYLE2; STYLE1 x; STYLE2 y; clrscr(); x=255; y=255; printf("%d %d\n",x,y); }
How can we allocate array or structure bigger than 64kb?
What's the difference between DELETE TABLE and TRUNCATE TABLE commands?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
How do you determine whether to use a stream function or a low-level function?