Write a program to swap two numbers without using the third variable?
write a program in c language to print your bio-data on the screen by using functions.
What is p in text message?
what will be the output of "printf("%d%d",scanf("%d% d",&a,&b))".provide an explation regarding the question
increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {
Explain why can’t constant values be used to define an array’s initial size?
What is the purpose of macro in C language?
What character terminates all strings composed of character arrays? 1) 0 2) . 3) END
for(;;) printf("C language") What is out put of above??
2 Answers Practical Viva Questions,
how to write a cprogram yo get output in the form * *** ***** ******* ********* ******* ***** *** *
Why is c called c not d or e?
What are the usage of pointer in c?
print pattern 1 1 33 33 555 555 77777777 555 555 33 33 1 1