Explain 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 difference between declaring a variable by constant keyword and #define ing that variable?
Which of the following is not an infinite loop ? a.while(1){ .... } b.for(;;){ ... } c.x=0; do{ /*x unaltered within theloop*/ ... }while(x==0); d.# define TRUE 0 ... while(TRUE){ .... }
Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....
Can you define which header file to include at compile time?
why 'c' is called middle level language.
what is the advantage of function pointer
16 Answers CMC, CS, Freshdesk, L&T, LG Soft, Matrix, TCS,
what is structuer?
code for bubble sort?
What is methods in c?
int i=10; printf("%d %d %d", i, i=20, i);
What is #pragma statements?
Bit swapping