How are pointers declared in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is default value of global variable in c?
Explain void pointer?
what is event driven software and what is procedural driven software?
write a program to read a number and print in words that is in sentence for example 21,219 then output is "twenty one thousand and two hundred nineteen" by using only control flow statements (only loops and switch case )?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
What is the output of the program given below #include<stdio.h> main() { char i=0; for(;i>=0;i++) ; printf("%d\n",i); }
21 Answers ADITI, Student, TCS,
What are local and global variables?
What is call by reference in functions?
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?
What is sizeof in c?
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.
Write a program to compute the following 1!+2!+...n!