What is a node in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

How can I allocate arrays or structures bigger than 64K?

5 Answers  


A.C func() { pritnf(" in fuction %d",MACRO); } MAIN.c testfunc() { #define MACRO 10 printf("in test function %d", MACRO); } main() { printf("in main %d",MACRO); func(); testfunc(); getch(); }

2 Answers   Wipro,


what is difference between ANSI structure and C99 Structure?

1 Answers   Wipro,


write a program to find the given number is prime or not

2 Answers   Accenture, Vasutech,


What is the purpose of main() function?

0 Answers  






Explain the difference between malloc() and calloc() function?

0 Answers  


Why enum is used in c?

0 Answers  


What's the best way to declare and define global variables?

7 Answers  


What are different types of variables in c?

0 Answers  


What does 2n 4c mean?

0 Answers  


DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?

2 Answers   Wipro,


What is scope of variable in c?

0 Answers  


Categories