what is the advantage of software development
Answer / shubham singh
To decrease the complexcity of the user problem and fast
work
| Is This Answer Correct ? | 3 Yes | 1 No |
Does c have an equivalent to pascals with statement?
any string of bits of length 'n' represents a unique non- negative integer between.............?
How are pointers declared in c?
How do you sort filenames in a directory?
What are the similarities between c and c++?
How many ways are there to swap two numbers without using temporary variable? Give the each logic.
WHAT WILL BE OUTPUT OF BELOW CODE . . AND PLEASE EXPLAIN HOW IT COME .. #include<stdio.h> #include<conio.h> void main() { int k=20; printf("%d%d%d%d",k,k++,++k,k); getch(); }
what does ‘segmentation violation’ mean?
what is meant by the "equivalence of pointers and arrays" in C?
Meaning of () in c
Write a simple code fragment that will check if a number is positive or negative.
Why is this loop always executing once?