Why c is called procedure oriented language?
No Answer is Posted For this Question
Be the First to Post Answer
Two's compliment of -5
What does 3 mean in texting?
What are variables and it what way is it different from constants?
how does the for loop work actually..suppose for the following program how it ll work plz explain to me for(i=5;i>=0;i--) prinf(i--);
how to multiply two number taking input as a string (considering sum and carry )
why TCS selected more student in the software field from all institution.
Q. where is the below variables stored ? - volatile, static, register
If "AaBbCc" is passed to the char char x(*a) { a[0]?x(a+1):1; printf("%c",a[0]); return 1; } what will be the output?
What is the difference between pure virtual function and virtual function?
how to print 212 as Twohundreds twelve plz provide me ans soon
What are preprocessor directives?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above