Is c dynamically typed?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is the difference between far and near in c?

0 Answers  


Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?

0 Answers   MNC,


1. main() { printf("%d",printf("HelloSoft")); } Output?

3 Answers   HCL,


Why do we need arrays in c?

0 Answers  


main() { char as[] = "\\0\0"; int i = 0; do{ switch( as[i++]) {case '\\' : printf("A"); break; case 0 : printf("B"); break; default : printf("C"); break; }} while(i<3); }

4 Answers   Vector, Vector India,






What character terminates all strings composed of character arrays? 1) 0 2) . 3) END

3 Answers  


What is static memory allocation? Explain

0 Answers  


Wt are the Buses in C Language

0 Answers   Infosys,


what is diff between localstatic and globalstatis variable possible 2 use in another file...?

2 Answers   HCL,


How can you tell whether a program was compiled using c versus c++?

0 Answers  


In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.

0 Answers  


Between macros and functions,which is better to use and why?

0 Answers  


Categories