Where static variables are stored in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program in C to print the alphabets in order as on a mobile phone.i.e:When 2 is pressed once 'a' prints and if it is pressed two times 'b' prints and so on.we have to print all the alphabets as on mobile phone like this.
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
A array contains dissimilar element how can we count, and A array contains dissimilar element how can we store in another array with out repetition.
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
why should i select you?
What are formal parameters?
How many header files are in c?
10. Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning
There is a number and when the last digit is moved to its first position the resultant number will be 50% higher than the original number.Find the number?
Write a routine that prints out a 2-D array in spiral order!
Differentiate between #include<...> and #include '...'
What is assignment operator?