What is hungarian notation? Is it worthwhile?
No Answer is Posted For this Question
Be the First to Post Answer
Describe the header file and its usage in c programming?
Why doesnt the call scanf work?
actually i have 2 years teaching experience as computer faculty but now i am a DBA but when i go for interview many peoples asked me why i left my teaching profession and why i want to come in this field kindly give me the proper answer of this queston
Explain how can you check to see whether a symbol is defined?
int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?
What is the difference between i++ and i+1 ?(in terms of memory)
Can a pointer point to null?
What are examples of structures?
Write a C program that computes the value ex by using the formula ex =1+x/1!+x2/2!+x3+3!+………….
Unsigned char c; for ( c=0;c!=256;c++2) printf("%d",c); No. of times the loop is executed ?
What is the scope of an external variable in c?
write a program of bubble sort using pointer?