What is a example of a variable?


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

Post New Answer

More C Interview Questions

application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above

0 Answers  


what is the format specifier for printing a pointer value?

0 Answers  


Write a program to reverse a string.

0 Answers   Global Logic, iNautix, TCS, Wipro,


What is typedef?

1 Answers  


main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none

0 Answers  






What is binary tree in c?

0 Answers  


When should the volatile modifier be used?

0 Answers  


What is the use of f in c?

0 Answers  


plz answer.. a program that takes a string e.g. "345" and returns integer 345

4 Answers  


how to generate the length of a string without using len funtion?

4 Answers  


How to implement a packet in C

0 Answers   Aricent,


Why doesnt the call scanf work?

0 Answers  


Categories