What is wrong with this statement? Myname = 'robin';


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

differnce between do and do while

3 Answers   DOEACC,


what is the difference between c and java?

1 Answers  


#include<stdio.h> int SumElement(int *,int); void main(void) { int x[10]; int i=10; for(;i;) { i--; *(x+i)=i; } printf("%d",SumElement(x,10)); } int SumElement(int array[],int size) { int i=0; float sum=0; for(;i<size;i++) sum+=array[i]; return sum; } output?

5 Answers   Ramco,


how to swap 4 number without using temporary number?

2 Answers  


main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }

22 Answers   NDS, TCS,






A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor

0 Answers  


How do we declare variables in c?

0 Answers  


please send me papers for Dy. manager IT , PNB. it would be a great help for me.

0 Answers  


Write a program that his output * *** *****

1 Answers  


post new interiew question and aptitude test papers

1 Answers  


#define f(x) main() { printf("\n%d",f(2+2)); }

5 Answers  


What do you mean by keywords in c?

0 Answers  


Categories