Does c have an equivalent to pascals with statement?
No Answer is Posted For this Question
Be the First to Post Answer
What are directives in c?
write a program to display the numbers in the following 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4
#include <stdio.h> int main() { if ("X" <"x") printf("X smaller than x "); } my question is whats the mistake in this program? find it and please tell me..
What is difference between structure and union in c?
1.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision
Explain what is the difference between #include and #include 'file' ?
what is the meaning of java that is (J A V A) full form of JAVA
71 Answers AKS University, Bhel, BNL, BPO, HCL, Peacecon,
write a program for 7*8 = 56 ? without using * multiply operator ? output = 56
main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }
how to determine the complexity of an algorithm as log(n)
Explain following declaration int *P(void); and int (*p)(char *a);
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.