what is the significance of static storage class specifier?
No Answer is Posted For this Question
Be the First to Post Answer
Print all the palindrome numbers.If a number is not palindrome make it one by attaching the reverse to it. eg:123 output:123321 (or) 12321
what is the role you expect in software industry?
in b=6.6/a+(2*a+(3*c)/a*d)/(2/n); which operation will be performed first a) 6.6/a b) 2*a c) 3*c d) 2/n
what is the difference between <stdio.h> and "stdio.h"
14 Answers Invendis, Kanbay, Mastek, MathWorks,
How do I round numbers?
How to write a program to receive an integer & find its octal equivalent by using for loop?
How a string is stored in c?
Write a Program to print this triangle: * ** * **** * ****** * ******** * ********** use two nested loops.
12 Answers MIT, TCS,
write a method for an array in which it can display the largest n next largest value.
What is oops c?
Difference Between embedded software and soft ware?
Tell me when would you use a pointer to a function?