Differentiate between ordinary variable and pointer in c.


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

Post New Answer

More C Interview Questions

What is c++ used for today?

0 Answers  


What is the difference between call by value and call by reference in c?

0 Answers  


implement general tree using link list

1 Answers   Wipro,


What has to put when we are inserting as assembly language code into the C code? or When we are inserting as assembly language code into the C code we have to insert one thing at the start and of the assembly language. What are they?

2 Answers  


why we need function pointers?

3 Answers  


how to sort two array of characters and make a new array of characters.

1 Answers   Accenture,


3. Program to print all possible substrings. ex: String S St Str Stri Strin String t tr tri trin tring r

3 Answers   Huawei,


What is 1d array in c?

0 Answers  


In C programming, what command or code can be used to determine if a number of odd or even?

0 Answers  


Write a c program to Find the name that you entered is male name or female name? Such as Sunjay is name of male and Payal is name of female

5 Answers   Infosys, Luminous,


#define FALSE -1 #define TRUE 1 #define NULL 0 main() { if(NULL) puts("NULL"); else if(FALSE) puts("TRUE"); else puts("FALSE"); }

1 Answers  


what is ANSI and ISO

7 Answers   HCL,


Categories