hi send me sample aptitude papers of cts?
No Answer is Posted For this Question
Be the First to Post Answer
write a programme that inputs a number by user and gives its multiplication table.
Can we change the value of static variable in c?
find the size of structure without using the size of function
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
When should volatile modifier be used?
2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);
What is the meaning When we write "#include" what is # and what does include does there???
main() {int i=5; // line 1 i=(++i)/(i++); // line 2 printf("%d",i); // line 3 } output is 2 but if we replace line 2 and line 3 by printf("%d",i=(++i)/(i++)); then output is 1. Why?
What is Function Pointer? Explain with example?
Convert the following expression to postfix and prefix (A+B) * (D-C)
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
EXPLAIN #INCLUDE<STDIO.H> EXPLAIN #INCLUDE<CONIO.H>