Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

C Interview Questions
Questions Answers Views Company eMail

In c language can we compile a program without main() function?

1178

Write a program to find the biggest number of three numbers in c?

1092

Explain the difference between structs and unions in c?

1066

How to get string length of given string in c?

1121

Write a program to check whether a number is prime or not using c?

1105

Explain the difference between malloc() and calloc() in c?

1092

Why c is faster than c++?

1089

Write a program to check palindrome number in c programming?

1063

Write a program to reverse a given number in c?

1077

Write a program to swap two numbers without using the third variable?

1115

What are the features of the c language?

1138

What is the usage of the pointer in c?

1194

Write a program to print fibonacci series using recursion?

1131

Write a program to print factorial of given number using recursion?

1060

What is the use of printf() and scanf() functions?

1188


Post New C Questions

Un-Answered Questions { C }

What is bubble sort in c?

1104


An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode

1149


Explain the use of #pragma exit?

1216


What is the use of volatile?

1148


What is chain pointer in c?

1107


What is a pragma?

1175


Tell me about low level programming languages.

1188


What does main () mean in c?

1143


#include int main(){ int i=10; int *ptr=&i; *ptr=(int *)20; printf("%d",i); return 0; } Output: 20 can anyone explain how came the output is 20

1771


Here is a good puzzle: how do you write a program which produces its own source code as output?

1168


write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.

2141


Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given

3124


What is the difference between char array and char pointer?

1118


What is sizeof int in c?

1111


What is call by reference in functions?

1535