Why double pointer is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the array representation of a binary tree in C.
Can we initialize extern variable in c?
Why doesn't the code "int a = 1000, b = 1000; long int c = a * b;" work?
What are the types of data types and explain?
How to find the digits truncation when assigning the interger variable to the character variables. like int i=500; char x = i : here we have truncation. how to find this. another ex: i =100; char x=i. here we do not have truncation.
What is the code for 3 questions and answer check in VisualBasic.Net?
a=(1,2,3); b=1,2,3; c=1,(2,3); d=(1,2),3; what's the value of 'a','b','c','d'
What is struct node in c?
Write a C program that reads a series of strings and prints only those ending in "ed"
Rapunzel walks into the forest of forgetfullness. She meets a Lion who lies on Monday Tuesdays and Wednesdays and meets a rabbit who lies on Thurs fridays and saturdays . On that day both say that "I lied yesterday". What day is it .
In which area global, external variables are stored?
What is the explanation for modular programming?