What are register variables in c?


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

Post New Answer

More C Interview Questions

how to find greatet of 10 numbers without using array?

4 Answers  


Write a program to generate the Fibinocci Series

0 Answers   TISL,


What is c definition?

0 Answers  


Which of the following data structures is on average the fastest for retrieving data: 1) Binary Tree 2) Hash Table 3) Stack

3 Answers  


What is structure in c explain with example?

0 Answers  


Can a binary search tree be used as an index? If yes, how? Explain

0 Answers   TCS,


what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }

3 Answers  


What does malloc () calloc () realloc () free () do?

0 Answers  


what is bit rate & baud rate? plz give wave forms

0 Answers  


what is software?

7 Answers   Wipro,


What are global variables?

0 Answers  


main() {char a[10]={1,2,3,4,5,6};int x; for(x=0;x<4;x++){ b[x]=x+'a';} printf("%s",b);}

3 Answers  


Categories