Write a program to implement queue.
what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }
What are the applications of c language?
wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }
Why static variable is used in c?
Explain data types & how many data types supported by c?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a<b,printb.find the sum digits of that number & then print.if a==b multiply 10 with a & add 20 with b store in c and then print
True or false: If you continuously increment a variable, it will become negative? 1) True 2) False 3) It depends on the variable type
Find string palindrome 10marks
5 Answers Honeywell, Infosys, Riktam, Roland,
size maximum allocated by calloc()
What are the different pointer models in c?
3. When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these
two variables are added answer is stored on not for third variable how it is possible?