What are called c variables?


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

Post New Answer

More C Interview Questions

Is it better to use a macro or a function?

0 Answers  


exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above

0 Answers  


What is the -> in c?

0 Answers  


write a program in c language for the multiplication of two matrices using pointers?

8 Answers   Ignou,


Difference between malloc() and calloc() function?

0 Answers  






Write a simple program to find the size of different basic data types in C.

3 Answers  


Explain how do you convert strings to numbers in c?

0 Answers  


What is the size of enum in bytes?

0 Answers  


What is sparse file?

1 Answers  


what is the stackpointer

2 Answers  


What is a good way to implement complex numbers in c?

0 Answers  


Would you rather wait for the results of a quicksort, a linear search, or a bubble sort on a 200000 element array? 1) Quicksort 2) Linear Search 3) Bubble Sort

3 Answers  


Categories