What is a pointer and how it is initialized?
No Answer is Posted For this Question
Be the First to Post Answer
difference between native and cross compilers
Where in memory are my variables stored?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
Explain what are the different file extensions involved when programming in c?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
What is I ++ in c programming?
How can I change the size of the dynamically allocated array?
What are the types of data structures in c?
Can one function call another?
void main() { char c; while(c=getchar()!='\n') printf("%d",c); } o/p=11 why?
What does the message "warning: macro replacement within a string literal" mean?
With the help of using classes, write a program to add two numbers.