Who is the founder of c language?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between constant pointer and constant variable?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
what is the use of ~ in c lang?????
inline function is there in c language?
When should the volatile modifier be used?
Why clrscr is used after variable declaration?
Explain what is the benefit of using const for declaring constants?
atoi, which takes a string and converts it to an integer. write a program that reads lines(using getline), converts each line to an integer using atoi and computes the average of all the numbers read. also compute the standard deviation
What is the correct declaration of main?
Explain what are global variables and explain how do you declare them?
4)What would be the output? main() { int num=425; pf("%d",pf("%d",num)); } a)Comp error b)4425 c)4253 d)3435 e)none