What is the method to save data in stack data structure type?
No Answer is Posted For this Question
Be the First to Post Answer
Explain a pre-processor and its advantages.
Can you return null in c?
What is the o/p of the follow pgm? #include<stdio.h> main() { char char_arr[5]=”ORACL”; char c=’E’; prinf(“%s\n”,strcat(char_arr,c)); } a:oracle b. oracl c.e d.none
actually i have 2 years teaching experience as computer faculty but now i am a DBA but when i go for interview many peoples asked me why i left my teaching profession and why i want to come in this field kindly give me the proper answer of this queston
What is methods in c?
What is volatile c?
main() { int arr[5]={23,67}; printf("%d%d%d",arr[2],arr[3],arr[4]); }
What is a global variable in c?
What is a pointer and how it is initialized?
How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran
#include <stdio.h> void main() { int i=-1,j=1,k,l; k=!i&&j; l=!i||j; printf ("%d%d",k,l) ; }
What is line in c preprocessor?