What does the message "warning: macro replacement within a
string literal" mean?
What is getche() function?
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {
When should a type cast not be used?
regarding pointers concept
How to Clear last bit if it 1 using Macro TURN_OFF_BIT_LAST
what are the various memory handling mechanisms in C ?
Can main () be called recursively?
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
in linking some of os executables are linking name some of them
What is const volatile variable in c?
main() { int i=400,j=300; printf("%d..%d"); }