What is the sizeof () operator?
No Answer is Posted For this Question
Be the First to Post Answer
What are linked lists in c?
Why does the call char scanf work?
what will be printed by this printf? printf("%c",printf("hi")["sharkselva"])); }
what is const volatile?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
What is volatile, register definition in C
Write a c program using for loop to print typical pattern if number of rows is entered by keyboard. ABCBA AB BA A A
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
When is the “void” keyword used in a function?
Describe the header file and its usage in c programming?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
what is the flow of execution in cprogram? ex:printf();,scanf();