What is the use of sizeof?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how do you use a pointer to a function?
Can we initialize extern variable in c?
Write a programm such that if user enter 11.25 it roundup to 11 but if user enter 11.51 upto 11.99 it will round up to 12 i.e.;convert the floting point value into integer format as explain above..
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
Write a code on reverse string and its complexity.
What is the result main() { char c=-64; int i=-32 unsigned int u =-16; if(c>i){ printf("pass1,"); if(c<u) printf("pass2"); else printf("Fail2");} else printf("Fail1); if(i<u) printf("pass2"); else printf("Fail2") } a)Pass1,Pass2 b)Pass1,Fail2 c)Fail1,Pass2 d)Fail1,Fail2 e)none
Which is better between malloc and calloc?
What is c method?
#include<stdio.h> void main() { int a=10,b=20,c=30; printf("%d",scanf("%d%d%d",&a,&b,&c)); } what is the output for this?
What is c++ used for today?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
in linking some of os executables are linking name some of them