What is c basic?
#include <stdio.h> void main() { int i=-1,j=1,k,l; k=!i&&j; l=!i||j; printf ("%d%d",k,l) ; }
Program to simulate second clock
Find string palindrome 10marks
5 Answers Honeywell, Infosys, Riktam, Roland,
Differentiate between static and dynamic modeling.
What is a shell structure examples?
find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }
What is LINKED LIST? How can you access the last element in a linked list?
Reverse the part of the number which is present from position i to j. Print the new number. eg: num=789876 i=2 j=5 778986
What is the c value paradox and how is it explained?
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 2. Enter alphanumeric characters and form 2 array alphaets and digits.Also print the count of each array.
What is pointer in c?
please explain every phase in the "SDLC" in the dotnet.