What are header files? What are their uses?
No Answer is Posted For this Question
Be the First to Post Answer
how can we print hellow world programme without using semicolon
Why can arithmetic operations not be performed on void pointers?
Difference Between embedded software and soft ware?
#define DCHAR char* typedef char* TCHAR; if using these following variables will be declared like DCHAR ch1, ch2; TCHAR ch3, ch4; then what will be types of ch1, ch2, ch3 and ch4?
While(1) { } when this loop get terminate is it a infinite loop?
What will be your course of action for a push operation?
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); }
27 Answers Advent Global Solutions, CitiGroup, Valeo Lighting Systems India Private Limited, Vishal Transformers, Wipro, Zencer,
where are auto variables stored? What are the characteristics of an auto variable?
Explain how can I read and write comma-delimited text?
What is the difference between fread buffer() and fwrite buffer()?
Write a C function to search a number in the given list of numbers. donot use printf and scanf
What is 1d array in c?