Follow Our FB Page << CircleMedia.in >> for Daily Laughter. We Post Funny, Viral, Comedy Videos, Memes, Vines...

C Interview Questions
Questions Answers Views Company eMail

What is extern storage class in c?

389

What is variables in c?

459

What is null pointer constant?

431

What does volatile do?

442

What is the difference between volatile and const volatile?

436

What is the use of volatile?

474

When should volatile modifier be used?

429

Can a variable be both constant and volatile?

421

What is volatile variable how do you declare it?

426

Where is volatile variable stored?

475

What are lookup tables in c?

415

What is a lookup table in c?

462

What is table lookup in c?

470

Can we increase size of array in c?

405

What is a dynamic array in c?

445


Post New C Questions

Un-Answered Questions { C }

List some of the dynamic data structures in C?

620


What is masking?

501


Is file a keyword in c?

377


How can a program be made to print the line number where an error occurs?

527


What is a const pointer in c?

547






What is an identifier?

489


Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......

1611


Does c have function or method?

456


What is the best way of making my program efficient?

469


What are c identifiers?

503


Explain how do you sort filenames in a directory?

475


Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.

2497


How can I call fortran?

502


main() { struct s1 { char *str; struct s1 *ptr; }; static struct s1 arr[] = { {"Hyderabad",arr+1}, {"Bangalore",arr+2}, {"Delhi",arr} }; struct s1 *p[3]; int i; < BR> for(i=0;i<=2;i++) p[i] = arr[i].ptr; printf("%s ",(*p)->str); printf("%s ",(++*p)->str); printf("%s ",((*p)++)->str); }

763


What is time null in c?

451