What is a class c rental property?
No Answer is Posted For this Question
Be the First to Post Answer
1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?
Can we add pointers together?
void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }
Explain bit masking in c?
What Is The Difference Between Null And Void Pointer?
What is %g in c?
Explain what is the benefit of using an enum rather than a #define constant?
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?
char ch=10;printf("%d",ch);what is the output
Is c programming hard?
I came across some code that puts a (void) cast before each call to printf. Why?
Give basis knowledge of web designing ...