What is double pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the code in while loop that returns the output of given code?
a simple c program using 'for' loop to display the output 5 4 3 2 1
Why shouldn’t I start variable names with underscores?
what is the difference between auto and static keywords
1 Answers cDot, College School Exams Tests, TCS,
du u know test pattern for robosoft? Plz share
1 Answers RoboSoft, TATA, Wipro,
Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }
write a c program for greatest of three numbers without using if statment
What are the types of type specifiers?
how to impliment 2 or more stacks in a single dimensional array ?
what is y value of the code if input x=10 y=5; if (x==10) else if(x==9) elae y=8; a.9 b.8 c.6 d.7
write a program to concatenation the string using switch case?
what is difference between array of characters and string