What are structure types in C?
No Answer is Posted For this Question
Be the First to Post Answer
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
Tell me when is a void pointer used?
which operator having highest precedence? a.)+ b.)++ c.)= d.)%
#include<stdio.h> { printf("Hello"); } how compile time affects when we add additional header file <conio.h>.
praagnovation
When the macros gets expanded?
why we shiuld use main keyword in C
main() { printf(5+"Vidyarthi Computers"); }
If errno contains a nonzero number, is there an error?
Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
write a c program to find the sum of five entered numbers using an array named number