What are the types of c language?
No Answer is Posted For this Question
Be the First to Post Answer
can we have joblib in a proc ?
Does c have circular shift operators?
What is getch c?
Is c functional or procedural?
#include<std.h> int main() { char *str[]={"Frogs","Do","Not","Die","They","Croak!"}; printf("%d %d\n",sizeof(str),strlen(str)); ...return 0; } what will the output of the above program?
Why is sizeof () an operator and not a function?
ATM machine and railway reservation class/object diagram
What is the maximum length of an identifier?
what is used instead of pointers in java than c?
2. What does static variable mean?
Where in memory are my variables stored?
Why cann't whole array can be passed to function as value.