What are the valid places to have keyword “break”?
No Answer is Posted For this Question
Be the First to Post Answer
what is difference b/w extern & volatile variable??
what is the output of the program?? #include<stdio.h> main ( ) { int a=010,sum=0,tracker: for(tracker=0;tracker<=a;tracker++) sum+=tracker; printf(ā %d\nā,sum); } what is the difference between a=10 and a=010??
pierrot's divisor program using c or c++ code
What is a pragma?
What is the difference between mpi and openmp?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: ā We.....Are....Student ā Note: one .=1 Space Output: "We Are Student"
What is the use of the #include directive?
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
What is abstract data structure in c?
about c language
What is the c language function prototype?