What is meant by preprocessor in c?
No Answer is Posted For this Question
Be the First to Post Answer
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
int a[3][5]={ {1,2,3,4,5],{2,3,4,5,6},{10,11,12,13,14}}; int *p=&a; printf(ā%dā,*(*(x+1)+3));
Write a program to swap two numbers without using a temporary variable?
how to build a exercise findig min number of e heap with list imlemented?
why do we use pointer instead directly acessing the data?
shorting algorithmS
Hierarchy decides which operator a) is most important b) is used first c) is fastest d) operates on largest numbers
can we print any string in c language without using semicolon(;)(terminator) in whole program.
What is the difference between a free-standing and a hosted environment?
main() { int a=0; if(a=0) printf("Ramco Systems\n"); printf("India\n"); } output?
How can I read/write structures from/to data files?