Is sizeof a keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
Is the C language is the portable language...If yes...Then Why...and if not then what is problem so it is not a Portable language..???
what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }
void main() { int i=5; printf("%d",i+++++i); }
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
Write a program in C for showing working of different logical operator in C. Your program should guide users with proper message/menu on the console.
I have a function which accepts, and is supposed to initialize,a pointer, but the pointer in the caller remains unchanged.
why we are using float in C
What is the difference between far and near in c?
what is the stackpointer
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?
What are dynamically linked and statically linked libraries?
What are structural members?