Is c weakly typed?


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

Post New Answer

More C Interview Questions

ATM machine and railway reservation class/object diagram

0 Answers   Zycus Infotech,


How can I avoid the abort, retry, fail messages?

0 Answers  


What is the use of structure padding in c?

0 Answers  


#define d 10+10 main() { printf("%d",d*d); }

6 Answers  


How do we swap or interchange any 2 numbers without using Temporary variable...Anybody can pls answer it.. Thanks in Advance

8 Answers  






Differentiate between a for loop and a while loop? What are it uses?

0 Answers   TISL,


Explain about the functions strcat() and strcmp()?

0 Answers  


What is pre-emptive data structure and explain it with example?

0 Answers  


Program to swap the any two elements in an array containing N number of elements?

1 Answers   Bosch, Glenwood, Ugam Solutions,


What are the string functions? List some string functions available in c.

0 Answers  


read the folllowing code # define MAX 100 # define MIN 100 .... .... if(x>MAX) x=1; else if(x<MIN) x=-1; x=50; if the initial value of x=200,what is the vlaue after executing this code? a.200 b.1 c.-1 d.50

4 Answers   TCS,


wat is the meaning of c?

9 Answers   CTS, IBM, Wipro,


Categories