what is the role you expect in software industry?
Answers were Sorted based on User's Feedback
Answer / meenal
always try to create new softwares & improve eficiency &
complete consumers requirements than they want
| Is This Answer Correct ? | 0 Yes | 0 No |
1,1,5,17,61,217,?,?.
Why is c called "mother" language?
Can you mix old-style and new-style function syntax?
What is a Deque?
What are header files? What are their uses?
Find string palindrome 10marks
5 Answers Honeywell, Infosys, Riktam, Roland,
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
Why is c called a structured programming language?
#include<stdio.h> #include<conio.h> # define swap(a,b) temp=a; a=b; b=temp; void main( ) { int i, j, temp; i=5; j=10; temp=0; if( i > j) swap( i, j ); printf( "%d %d %d", i, j, temp); }
what are # pragma staments?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
What are # preprocessor operator in c?