C Interview Questions
Questions Answers Views Company eMail

sir, i cannot find the way how to write aprogram by using array on queue

IISIT,

1 3076

WHAT IS MAXIMUM SIZE OF AN ARRAY IN C LANGUAGE?

Carphone Warehouse, IBM, SAS,

8 17475

How can I make a program in c to print 'Hello' without using semicolon in the code?

C DAC, Practical Viva Questions,

9 14440

write a function to find whether a string is palindrome or not and how many palindrome this string contain?

Aptech,

2 11423

compute the nth mumber in the fibonacci sequence?

Canon, HPL, Satyam, TCS,

10 16479

What are the commands should be given before weiting C Program i.e, Cd.. like

IBM, Infonet, Satyam, Tech Mahindra,

4 6778

can i know the source code for reversing a linked list with out using a temporary variable?

Honeywell,

6 8810

hello friends what do u mean by BUS ERROR i got this error while i am doing my program in DATA STRUCTURES

Wipro,

2 5721

how to exchnage bits in a byte b7<-->b0 b6<-->b1 b5<-->b2 b4<-->b3 please mail me the code if any one know to rajeshmb4u@gmail.com

Honeywell, Huawei,

3 6644

difference between i++* and *++i

IBM,

6 12479

hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?

HCL,

1750

write a code for large nos multilication (upto 200 digits)

Persistent,

2 8670

can u give me the good and very optimised code for a car racing game?

1519

What is meant by global static? why we have to use static variable instead of Global variable

L&T,

4 7498

In how much time you will write this c program? Prime nos from 1 to 1000

TCS,

2 3813


Post New C Questions

Un-Answered Questions { C }

What does #pragma once mean?

782


Explain what are reserved words?

722


What does c value mean?

732


Why is it important to memset a variable, immediately after allocating memory to it ?

1646


What is the difference between array and structure in c?

662






Is c still relevant?

728


Is c a great language, or what?

707


What are local static variables? How can you use them?

732


What are local static variables?

718


What is define directive?

723


What are the ways to a null pointer can use in c programming language?

694


Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

802


Why is C language being considered a middle level language?

742


#include #include struct stu { int i; char j; }; union uni { int i; char j; }; void main() { int j,k; clrscr(); struct stu s; j=sizeof(s); printf("%d",j); union uni u; k=sizeof(u); printf("%d",k); getch(); } what is value of j and k.

5457


What is a substring in c?

675