Which programming language is best for getting job 2020?


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

Post New Answer

More C Interview Questions

1. Write a program to reverse every second word in a given sentence.

1 Answers  


Can the curly brackets { } be used to enclose a single line of code?

0 Answers  


What are Macros? What are its advantages and disadvantages?

0 Answers   TCS,


Diff: between this 2 classes in terms of memory class A { int i; char c; double d; }; class A { double d; int i; char c; }; How it is calculating?

1 Answers   HCL,


A C E G H +B D F A I ------------ E F G H D

1 Answers   Infosys,






Why c is called a mid level programming language?

0 Answers  


if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0

0 Answers  


What is the difference between near, far and huge pointers?

0 Answers  


What is the meaning of int *x[]();?

1 Answers  


f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?

7 Answers   Hughes,


what are non standard function in c

0 Answers  


what is diffrence between string and character array?

1 Answers  


Categories