write a program to rearrange the array such way that all even
elements should come first and next come odd
whenever a question is posted in a particular category in allinterview.com, Is there any facility to receive an indication mail. For eg: I need to receive an indication email, whenever a question is posted under the category “C Langauage”.
#‎include‬<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }
main() { char x; while(x=0;x<=255;x++) printf("\nAscii value %d Charater %c",x,x); }
What is the difference between class and object in c?
What are the various topologies? Which one is the most secure?
What is a void * in c?
c program to print a name without using semicolon
int a=1,b=2,c=3; printf("%d,%d",a,b,c); What is the output?
Explain the Difference between the New and Malloc keyword.
What is %g in c?
What is the c language function prototype?
Is both getch() and getchar() functions are similar? if it is similar means why these two functions are used for same usage? if it is not similar means what is the difference?