What is call by value in c?
No Answer is Posted For this Question
Be the First to Post Answer
what would be the output of the follwing struct st { char name[20]; int i; float f; }; main() { struct st emp = {"forum"}; printf("%d %f",emp.i,emp.f); }
main() { int i; printf("%d",scanf"%d",&i))//if the input is 12 24 34 then wat will be the output }
How to calculate Total working time using Login and logout?
2 Answers CTS, Cygnus, Infosys, Signal Networks, TCS, Wipro,
What is the best style for code layout in c?
int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?
write a program without using main function?
What is pragma in c?
What is typedef struct in c?
Explain what is dynamic data structure?
What is floating point constants?
what is difference between declaring the pointer as int and char in c language?
write a program to display the frequency of each element in a given array in c language