Write the control statements in C language
No Answer is Posted For this Question
Be the First to Post Answer
Explain which function in c can be used to append a string to another string?
What are linker error?
Can main () be called recursively?
Explain what is the stack?
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
What are qualifiers and modifiers c?
void main() {int a[5],i,b=16; for(i=0;i<5;i++) a[i]=2*i; f(a,5,b); for(i=0;i<5;i++) printf("\n %d",a[i]); printf("\n %d",b); } f(int *x,int n,int y) { int i; for(i=0;i<n;i++) *(x+i)+=2; y=y+2; }wat r the errors in the prg.and improvise the prg to get o/p.?
How do you write a program which produces its own source code as its output?
What is meant by type specifiers?
my name is nani i completed my b-tech in hyd now i want go for interveiw but i dont know the process of software field interveiws plz help me anyone how many rouds there n what rounds plz plz plz help me n where i can get these details
Explain how do I determine whether a character is numeric, alphabetic, and so on?
Difference between goto, long jmp() and setjmp()?