What is %lu in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is c standard library?
which types of data structure will i use to convert infix to post fix???
write a function which accept two numbers from main() and interchange them using pointers?
what are two kinds of java
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
How many main () function we can have in a project?
Explain what is the difference between #include and #include 'file' ?
what will be the output of this program main() { int i=1; while (i<=10); { i++; } }
What is pass by reference in c?
read the folllowing code # define MAX 100 # define MIN 100 .... .... if(x>MAX) x=1; else if(x<MIN) x=-1; x=50; if the initial value of x=200,what is the vlaue after executing this code? a.200 b.1 c.-1 d.50
how to get the starting address of file stored in harddisk through 'C'program.
What does sizeof return c?