Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Excel C Interview Questions
Questions Answers Views Company eMail

how can i get output like this? 1 2 3 4 5 6

6 6093

what is mallloc()?how it works?

4 6130

how can we use static and extern?and where can we use this?

3 6214

how to use enum datatype?Please explain me?

3 4929

What is RAM memory? and What is ROM?Who designed one is temparary and another is permanent?why they designed like that?By using far pointer which type data(whether hexadecimal)we can access?

1 4469

What are the languages are portable and platform independent?Why they are like that?

1 3461

pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?

2 8113

how can i get this by using for loop? * ** * **** * ******

3 4038

#include int main ( int argc, char* argv [ ] ) { int value1 = 10; int value2 = 5; printf ( "\n The sum is :%d", value1 | value2 ); } This is the answer asked by some one to add two numbers with out using arithmetic operator?Yes this answer is write it given out put as 15.But how????? what is need of following line? int main ( int argc, char* argv [ ] ) how it work?what is the meaning for this line? please explain me.Advance thanks

9 13485

Why data types in all programming languages have some range? Why ritche have disigned first time likethat?Why not a single data type can support all other types?

2 3926

what is mean by Garbage collection ? Please answer me. Advance thanks.

4 5578

main() { int a = 65; printf(“%d %o %x”,a,a,a); } Output 65 101 41 Please explain me.How it is coming like that?

3 5973

Post New Excel C Interview Questions




Un-Answered Questions

Which of these statements correctly declares a two-dimensional array in c#?

648


How do we import testcases written in excel to test director?

552


What is ui5 and why it is considered?

222


can i get Mahagenco sample question paper?

1557


How do I fix msvcp140 dll missing in windows 10?

438






What are views used for?

616


How to get the version information for a file?

1322


What is the use of linux id in android?

450


have you done any big projects in linux? If so, explain them in brief.

437


Define environmental studies?

5


Insights of a 4bit adder/Sub Circuit?

2842


how you establish the LOQ?

303


Is there a 86 bit operating system?

545


Where is pseudocode used?

560


What is rdd lineage graph? How is it useful in achieving fault tolerance?

186