Where register variables are stored in c?


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

Post New Answer

More C Interview Questions

difference between ordinary variable and pointer in C?

2 Answers  


what is array?

63 Answers   Amdocs, HCL,


What is a dynamic array in c?

0 Answers  


print a "hello" word without using printf n puts in c language

6 Answers  


Give the Output : * * * * * * * * * *

2 Answers  






What is the difference between single charater constant and string constant?

0 Answers  


Define a structure to store the record of library. The record must consist of at least following fields: Title, Author, Edition, Price, Publisher, and Category. -Define functions authorSearch ( ), TitleSearch ( ) and CategorySearch ( ) to search a book with respect to author, title and category. [There can be more than one book, written by one author, in one category]

2 Answers  


How to receive strings with spaces in scanf()

7 Answers  


What is clrscr in c?

0 Answers  


Is c weakly typed?

0 Answers  


what is the use of getch() function in C program.. difference b/w getch() and getche()??

29 Answers   HCL, IBM, Infosys, TCS, Wipro,


Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer

0 Answers   Ignou, Microsoft,


Categories