what do the 'c' and 'v' in argc and argv stand for?
No Answer is Posted For this Question
Be the First to Post Answer
What the different types of arrays in c?
Why c is called a mid level programming language?
Write a C program that computes the value ex by using the formula ex =1+x/1!+x2/2!+x3+3!+………….
how to find your architecture is LittleEndian or BigEndian?
how can i get the string which is having two spaces at the end.suppose the string is "Hello World ".Now at the end i have two spaces.i need to print with that spaces .
Where static variables are stored in memory in c?
Write a program to enter the name and age. If age>28 then find salary categories. if age<28 then find that you are gaduate or not.
how to print a statement in c without use of console statement ,with the help of if statement it should print
main() { int x=2, y=4 if ((x==2||y==4) x++ y++ if (y==4+1) { x=x+y; } y++; printf("The values of x and y are %d and %d."x,y); } What is the output?
While(1) { } when this loop get terminate is it a infinite loop?
How can you convert integers to binary or hexadecimal?
Explain continue keyword in c