Can a pointer be static?
No Answer is Posted For this Question
Be the First to Post Answer
How do you list files in a directory?
Explain what are linked list?
In which layer of the network datastructure format change is done
Eight queens puzzle
Consider the following C program. #include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain
Can we initialize extern variable in c?
Explain the process of converting a Tree into a Binary Tree.
what is the difference between #include<stdio.h> and #include "stdio.h" ?
find largest element in array w/o using sorting techniques.
What is the newline escape sequence?
WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c file management?
28 Answers 3D PLM, Code Studio, Deltech, IBM,
What is the difference b/w Structure & Union?