Is python a c language?


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

Post New Answer

More C Interview Questions

FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above

0 Answers  


please give code for this 1 2 4 7 11 16

11 Answers   Intel, Wipro,


if the total selling price of 15 items and the total profit earned on them is input through the keyboard, write a program to find the cost price of one of the item

2 Answers  


How do we open a binary file in Read/Write mode in C?

0 Answers   Alter,


What is the difference between functions getch() and getche()?

0 Answers  






Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

0 Answers  


What are bit fields? What is their use?

2 Answers   Adobe,


write c program to display output 10(10+20)+(10+20+30)+ ... n term

0 Answers   Hindustan Gum Chemicals,


write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?

0 Answers   Wipro,


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,


Sir,please help me out with the output of this programme:- #include<stdio.h> #include<conio.h> void main() { int a=18,b=12,i; for(i=a<b?a:b;a%i||b%i;i--); printf("%d %d",i); }

4 Answers  


Write a program for print infinite numbers

3 Answers   Wipro,


Categories