What is c token?
No Answer is Posted For this Question
Be the First to Post Answer
Q. where is the below variables stored ? - volatile, static, register
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
How do you determine a file’s attributes?
How do I access command-line arguments?
What is the easiest sorting method to use?
What is malloc() function?
What is the real difference between arrays and pointers?
27 Answers Hexaware, Logic Pro, TCS,
whenever a question is posted in a particular category in allinterview.com, Is there any facility to receive an indication mail. For eg: I need to receive an indication email, whenever a question is posted under the category “C Langauage”.
program that accepts amount in figures and print that in words
2 Answers Infosys, Lovely Professional University, Wipro,
what is the first address that gets stored in stack according to a C or C++ compiler???? or what will be the first address that gets stored when we write a C source code????????
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
How do you initialize function pointers? Give an example?