Why is structure padding done in c?
No Answer is Posted For this Question
Be the First to Post Answer
hi , please send me NIC written test papers to sbabavalli@gmail.com
Write a program to remove the C comments(/* */) and C++ comments(//) from a file. The file should be declared in command line.
Why is c called c?
Explain the use of #pragma exit?
What is the relationship between pointers and data structure?
write a own function to compare two strings with out using stringcomparition function?
What is an array in c?
What is gets() function?
What is union in c?
What is the difference between declaring a variable and defining a variable?
main() { int i; for(i=0;i<5;i++) printf("%d",1l<<i); } why doesn't 'l' affect the code??????
What is nested structure in c?