What does a function declared as pascal do differently?
No Answer is Posted For this Question
Be the First to Post Answer
What is the code for 3 questions and answer check in VisualBasic.Net?
What is the best way of making my program efficient?
What are loops c?
what does ‘segmentation violation’ mean?
Hi, main() { } Is a user defined function or Built in Functionn
Explain what does the format %10.2 mean when included in a printf statement?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
what is the different bitween abap and abap-hr?
What are the advantages of Macro over function?
#include<stdio.h> void main() { char *str; long unsigned int add; str="Hello C"; add=&str[0]; printf("%c",add); } What is the output?
What are the different categories of functions in c?
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);