Write a c program to build a heap method using Pointer to
function and pointer to structure ?
how to introdu5ce my self in serco
Reverse a string word by word??
What is the difference between void main() and int main()?
What is the use of static variable in c?
How to receive strings with spaces in scanf()
What will be the result of the following program? main() { char p[]="String"; int x=0; if(p=="String") { printf("Pass 1"); if(p[sizeof(p)-2]=='g') printf("Pass 2"); else printf("Fail 2"); } else { printf("Fail 1"); if(p[sizeof(p)-2]=='g') printf("Pass 2"); else printf("Fail 2"); } } a) Pass 1, Pass 2 b) Fail 1, Fail 2 c) Pass 1, Fail 2 d) Fail 1, Pass 2 e) syntax error during compilation
How do I swap bytes?
What is pragma c?
Dont ansi function prototypes render lint obsolete?
Explain about the constants which help in debugging?
What does c mean in basketball?
define string ?