What is a #include preprocessor?
No Answer is Posted For this Question
Be the First to Post Answer
what is the use of bitfields & where do we use them?
What is openmp in c?
What is null in c?
increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {
write a program to print %d ?
1)what is the error in the following stmt where str is a char array and the stmt is supposed to traverse through the whole character string str? for(i=0;str[i];i++) a)There is no error. b)There shud be no ; after the stmt. c)The cond shud be str[i]!='\0' d)The cond shud be str[i]!=NULL e)i shud be initialized to 1
if ENTERED FIVE DIGITS DESIGN A PROGRAM THAT WILL FIND CORRESPONDING VALUE FROM ASCII TABLE
Define macros.
a=5 a=a++/++a
how to add our own function in c library please give details.?
write a function which accept two numbers from main() and interchange them using pointers?
What is const keyword in c?