Can we initialize extern variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to display all prime numbers
How do you do dynamic memory allocation in C applications?
What does char * * argv mean in c?
what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }
#include<stdio.h> void main() { int =1; printf("%d%d%d",a++,++a,++a); }
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
What is a struct c#?
What are global variables and explain how do you declare them?
write a program for odd numbers?
What is the use of typedef in structure in c?
Are comments included during the compilation stage and placed in the EXE file as well?
What are conditional operators in C?