Why is c platform dependent?


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

Post New Answer

More C Interview Questions

how to capitalise first letter of each word in a given string?

0 Answers  


What is the maximum length of an identifier?

0 Answers  


Why is c not oop?

0 Answers  


Why doesnt that code work?

0 Answers  


20. main() { int i=5; printf("%d%d%d%d%d%d",i++,i--,++i,--i,i); } Answer:??????

2 Answers  






Does free set pointer to null?

0 Answers  


WAP to find that given no is small or capital

3 Answers  


any "C" function by default returns an a) int value b) float value c) char value d) a & b

0 Answers  


Explain the difference between ++u and u++?

0 Answers  


Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We Are Student “ Output: "We Are Student"

1 Answers  


What is modeling?

0 Answers  


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

0 Answers  


Categories