What are the different types of linkage exist in c?
No Answer is Posted For this Question
Be the First to Post Answer
/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
What are the general description for loop statement and available loop types in c?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
What is character constants?
How can you find the exact size of a data type in c?
int i=10; printf("%d %d %d", i, i=20, i);
wat is the output #define VOLEDEMORT _who_must_not_be_named int main() { printf("VOLEDEMORT"); }
Explain the red-black trees?
how to capitalise first letter of each word in a given string?
what is the output of the following program and explain the answer #include<stdio.h> exp() { main(5) } main(int a) { printf("%d",a); return; }
what is c
What is p in text message?