Define the scope of static variables.
What is operator precedence?
can we declare a function inside the structure? ex: struct book { int pages; float price; int library(int,float); }b; is the above declaration correct? as it has function declaration?
write a program in C to swap two variables
Tell us bitwise shift operators?
What oops means?
How can I read a directory in a C program?
2 Answers Bright Outdoor, Wipro,
Simplify the program segment if X = B then C ← true else C ← false
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
What are keywords c?
how can we print hellow world programme without using semicolon
which operator having lowest precedence?? a.)+ b.)++ c.)= d.)%
code for reverse alternate words from astring